Returns an expression without evaluating it
(quote expr)
Arguments
An AutoLISP expression.
Return Values
The expr argument.
Examples
Command: (quote a)
A
'a. For example:
The previous expression can also be written asCommand: !'a
A
Command: (quote (a b))
(A B)
function function.
The