Logtalk reference manual
Conditional compilation directive: endif/0

endif/0

Description

endif

Ends conditional compilation for the matching if/1 directive.

Template and modes

endif

Examples

:- endif.

See also

elif/0, else/0, if/1