Reader Syntax Entry: Quote
← Prev | ↑ Chapter | Next → | Index | Symbols
Reader Syntax Entry: Quote
Name
Quote Syntax
Class
Reader Syntax
Concrete Syntax
quoted-expression ::= "'" expression
Description
Leading apostrophe is shorthand for quote.
Acceptance Rules
- the following expression is not evaluated
Strict/Lax Policy
- strict and lax modes agree
Examples
'A'(1 2 3)
Compatibility
Stable across vendors.
Notes
This specification does not standardize backquote/comma syntax yet.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [quote (AutoLISP)](https://help.autodesk.com/cloudhelp/2022/ENU/AutoCAD-AutoLISP-Reference/files/GUID-18F7E287-CB2F-4150-9A07-CE23C3F9E604.htm)
- Status: documented.