Is there some way in prolog (SWI-Prolog) that I can get the name of the executing script just like the FILE in perl or arg[0] in C ?
I read the docs and I see nothing about this.. the docs actually dont give much support with anything and have very few examples :/
thanks for any help.