Determine the localized command name.
This function returns the equivalent command name, depending on the presence of the underscore (_) prefix:
Examples
Code | Returns |
---|---|
(getcname "_zoom") | "zoom" |
(getcname "zoom") | "_zoom" |
Tell me about...
(defun [c:] name ([arg1 arg2 ...] / [local-var1 local-var2 ...]) expression)
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |