Data Types

interpreter

Supported By

Descriptors

Properties

name, textEncoding, lineEnding, numberFormat, mathProcessor, precision, roundingMode, itemDelimiter, columnDelimiter, rowDelimiter, littleEndian, unsigned, userName, applicationPaths, documentPaths

Description

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.

Synonym

environment