Structure of a LISP Program - Program flow
Nesting
- By placing program steps inside program steps, you can streamline your code
- Sometimes makes it difficult to understand
- Thats why you indent and comment your code
- Understand what a command or subroutine returns when it is done to understand how to nestSubroutines