quote
|
The quote lexical form expands its arguments without evaluation of symbols,
numbers, constants, or lists. The quote lexical form returns a List
constructed from the specified argument expression {expression}.
The newly constructed list is always returned. The quote lexical form
returns its argument {expression} unevaluated. Usage Use the form (quote expression) when the form is NOT to be treated as a
function invocation. For instance, one would express a List constant with a quoted
form. Leaving off the quote would cause the List to be treated as a function invocation.
(quote expression) A List derived from the expression (unevaluated).
Expression:
Arguments
Name
Type
Description Argument: expression Word
Any Analytic Information Server expression
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
List |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|