I'm new to stackoverflow and to Prolog.
I want to get the current year and use it in a comparison like 'BD > currentYear'. From the research I've been doing, I think i need to use 'use_module(library(system))' but i don't know how to...
Can you help me?
Thank you!