Expression functions
These functions allow the construction and evaluation of M code.
Name | Description |
---|---|
Expression.Constant | Returns the M source code representation of a constant value. |
Expression.Evaluate | Returns the result of evaluating an M expression. |
Expression.Identifier | Returns the M source code representation of an identifier. |