vl-list*
(vl-list* symbolA [ symbolB ...] ]
)
This function creates a list from provided
items symbolA, symbolB ...
|
Arguments |
symbolA (any atom, symbol or expression) |
|
Return |
returns an Atom, List or DottedPair, depending in input arguments |
|
Example |
(vl-list* "aaa")
returns "aaa" |
|
Remarks |
|
| © Bricsys NV. All rights reserved. |