makeQuotedList
|
The makeQuotedList function creates a quoted List from its arguments.
A period before the final argument sets the cdr of the quoted list.
Usage The makeQuotedList function is used in macros and other functions which must return
quoted Lists rather than normal or unquoted Lists.
(makeQuotedList obj1 ... objn) (makeQuotedList obj1 ... objn . cdrValue) A quoted list (Pair).
Expression:
Arguments
Name
Type
Description Argument: obj Character, String, Symbol, Vector, BitVector, ByteVector, IntVector,
FltVector, ObjVector, Structure, Dictionary, Directory, Pair, List
Matrix, NumMatrix, Integer, Float, Number, Complex, Brick
An arbitrary number of objects to be installed in the quoted list (Pair). Argument: .cdrValue Character, String, Symbol, Vector, BitVector, ByteVector, IntVector,
FltVector, ObjVector, Structure, Dictionary, Directory, Pair, List
Matrix, NumMatrix, Integer, Float, Number, Complex, Brick
An optional cdr value (preceded by a period).
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.
Character | String | Symbol | Vector |
BitVector | ByteVector | IntVector | FltVector |
ObjVector | Structure | Dictionary | DirectoryBrick |
Pair | List | Matrix | NumMatrix |
Integer | Float | Number | Complex |
Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|