Login | Sign Up
 





 
AutoLISP Function Detail
Name: defun

Syntax:
(defun {c:} nam({arg}/ {v})expr)

Description:
Creates a user defined AutoLISP function.
C: - Creates an AutoCAD command
; - Allows the programmer to add a comment to the AutoLISP function.

Example(s):
(defun c:ZW () ...)
nil