CAD Lisp and variables
A simple test on the command line… Write or paste the yellow stuff and try to understand. On the command line… What is it? (defun test ( / foobar) (setq foobar T)) DEfine a FUNction “test” that sets a variable “foobar” to T (True). No need to say you have to finish with an enter. … Read more