Technical data
3
Writing Target Language Files
3-14
Target Language Compiler function library, funclib.tlc, contains this
TLC code to prevent multiple inclusion:
%if EXISTS("_FUNCLIB_") == 0
%assign _FUNCLIB_ = 1
.
.
.
%endif %% _FUNCLIB_
The name of the variable should be the same as the base filename in
uppercase with additional underscores attached at both ends.