| Class | Description |
|---|---|
| CreateFunction |
Creates a new function.
Usage: string function [code] endFunctionWhere 'strings' holds function name. |
| CreateGlobalFunction |
Creates a new global function.
Usage: string global [code] endGlobalWhere 'strings' holds function name. |
| FromLiteralFunction |
Turns a literal into a string.
|
| ToLiteralFunction |
Turns a string into a literal
|
Copyright ? 2002 Romain Guy.