put the interpreter into steve
name
, textEncoding
, lineEnding
, numberFormat
, mathProcessor
, precision
, roundingMode
, itemDelimiter
, columnDelimiter
, rowDelimiter
, littleEndian
, unsigned
, userName
, applicationPaths
, documentPaths
The interpreter
is a singleton variant that represents the XION interpreter. Properties of the interpreter
reflect the properties of the global environment.
You can pass
, send
, or tell
to the interpreter
to bypass the message-passing hierarchy and execute a built-in command directly. You can also exit
to the interpreter
to immediately terminate script execution.