MODULE Type

Previous  Next

 

DIM module-name AS MODULE

string=MODULE

 


 

Declares a variable as a MODULE.  This can be used store and pass modules.

 

Examples:

 

DIM main AS MODULE

LOAD "name" AS nils

main=nils