Tutorials > AutoLISP - Getting Started

This tutorial covers the basic concepts of AutoLISP. Briefly topics discussed in this tutorial are:

- Structure of AutoLISP statement.
- What is Variable? Setting Variable values using setq function.
- Rules for variable naming.
- Viewing variables values on AutoCAD command line.
- Using variables in AutoCAD Commands.
- Data types of AutoLISP: Integer, Real and String.