{$USE}
directive. The {$USE}
directive enables a particular set of instructions (see below the list of extensions).extensions.txt
.default
extension that is implicitly available in any script. {$USE default}
is possible but redundant.{$CLEO}
directive also implies {$USE CLEO}
so standard CLEO opcodes are available to the compiler already.{$USE CLEO}
{$USE ini}
{$USE file}
{$USE bitwise}
{$USE clipboard}
{$USE memory}
{$USE CLEO+}
{$USE newOpcodes}
{$USE}
directive.