Wide Style

AutoCAD AutoLISP & Visual LISP

 
 
 

In the Wide style, the first argument is placed in the same line as the function name, and other arguments are aligned in a column below the first argument.

(autoload "appload"
          '("appload")
                  )

The Wide style applies to an expression when the following conditions are met:

  • The Plane style cannot be applied.
  • The first element is a symbol, and the first element's length is less than the Maximum Wide Style Car Length environment option.