makeDictionary
|
The makeDictionary function returns a new dictionary object, which is formed
with the specified bindings and with the optional cdr value. Each binding
{symbol: value} is a quoted symbol followed by a value. There may be zero or
more bindings specified. The optional cdr value is preceded by the period
special character '. Usage The makeDictionary function is used whenever it is necessary to coerce a
symbol-value pair into a Dictionary binding.
(makeDictionary symbol value ...) A Dictionary object.
Expression:
(makeDictionary symbol value ... . cdrvalue)
Arguments
Name
Type
Description Argument: symbol Symbol
A symbol (This will be used as the key part of a dictionary binding) Argument: value Character String Symbol Vector BitVector ByteVector IntVector
FltVector ObjVector Structure Dictionary Directory
Matrix NumMatrix Integer Float Number Complex
A value (This will be used as the value part of a dictionary binding).
There may be more than one symbol-value pairs. Argument: .
A period. An optional parameter, if present, must be followed by a value which
will be assigned as the cdr of the dictionary
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.
Dictionary |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|