Contents
if/1
elif/1
else/0
endif/0
External Contents
directive
endif
Ends conditional compilation for the matching if/1 directive.
:- if(date::today(_,5,25)). :- initialization(write('Happy Towel Day!\n')). :- endif.
See also
elif/1, else/0, if/1