Generic language and type oriented functions.
| AccessError | Error accessing an indexed item. |
| CloneError | Item cannot be cloned. |
| CodeError | VM and internal coded related error descriptor. |
| Error | Internal VM and runtime error reflection class. |
| Format | Controls the rendering of items into strings. |
| GenericError | Generic undefined failure. |
| InterruptedError | Wait operation interrupted. |
| IoError | Error on I/O operations. |
| Iterator | Indirect pointer to sequences. |
| MathError | Mathematical calculation error. |
| MessageError | Error in the messaging system. |
| PageDict | Creates a paged dictionary (which is internally represented as a B-Tree). |
| ParamError | Incongruent paremeter error. |
| ParseError | Generic input parsing error. |
| SyntaxError | Syntax error descriptor. |
| TableError | Error in Table class core operations. |
| TypeError | Type mismatch in a typed operation. |
| args | Script arguments |
| deoob | Turns an out-of-band item in a normal item. |
| isoob | Checks for the out-of-band status of an item. |
| oob | Generates an out-of-band item. |
| scriptName | Logical module name of current module |
| scriptPath | Complete path used to load the script |
| seconds | Returns the number of seconds since the "epoch" as reported by the system. |
| systemErrorDescription | Returns a system dependent message explaining an integer error code. |