Loading

LOAD

stack

The LOAD function pushes onto the stack the value currently associated with a symbol name.

If the symbol is not defined, an error will be raised.

LOAD is available since version 1.0.0.

Signatures

Examples

42 'a' STORE 'a' LOAD