directive
endif/0ï
Descriptionï
endif
Ends conditional compilation for the matching if/1 directive.
Template and modesï
endif
Examplesï
:- if(date::today(_,5,25)).
    :- initialization(write('Happy Towel Day!\n')).
:- endif.