Use

From Mesham

Jump to: navigation, search

Syntax

%use [sourcefile]

Semantics

The sourcefile is read, its global variables and functions can be referenced however the contents of that file is NOT compiled. Instead the linker will link against that (compiled) source file in the final stages. This not only speeds up compilation, it also means that different program modules can be written and modified without having to recompile the whole program.

Personal tools