Include a file: Difference between revisions

Line 143:
<lang IWBASIC>
$INCLUDE "ishelllink.inc" (or whatever other file).
 
Further, external library or object files can be specified with the $USE statement, which is a compiler preprocessor
command. Example: $USE "libraries\\mylib.lib". (Period ends sentence.)
 
IWBASIC also allows resources, files and data that are compiled with an application and embedded in the executable.