| Previous | Next
SelfLoaderUsed when you want to include functions in your program but want to load them only if necessary. Functions that will be self-loaded are placed after the line: _ _DATA_ _ in your program. When the code is compiled, compilation stops at the |