| Language Element | Short Description |
|---|---|
| @ Operator | Returns delegate of function or alias of variable. |
| ^ Operator | Returns terminal of variable. |
| + Operator (unary) | Returns copy of array. |
Returns delegate of function or alias of variable (see LISPPA ).result = @ ExprArguments
resultAny variable.ExprAny expression.
Returns terminal of variable (see LISPPA ).result = Expr ^Arguments
resultAny variable.ExprAny expression.
Returns copy of array.result = + exprArguments
exprAny expression