Type Entry: Symbol
← Prev | ↑ Chapter | Next → | Index | Symbols
Type Entry: Symbol
Name
Symbol
Class
Type
Related Types
- variable names
- function names
- command names
Description
Symbols identify variables, functions, commands, and symbolic data.
Representation
Symbols are case-insensitive in the source language. Printed examples use uppercase.
Valid Operations
typevl-symbolpatoms-family- binding operations
Compatibility
Do not model AutoLISP symbols using raw Common Lisp package semantics.
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
- [About Symbols and Variables (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/FRA/AutoCAD-AutoLISP/files/GUID-1855E7B0-2474-49E6-9EE3-8BC541FC1CC8.htm)
- [type (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PLK/AutoCAD-LT-AutoLISP-Reference/files/GUID-506C9CC8-B0BD-4A4C-B4C2-006750504509.htm)
- Status: documented in practice.