Login | Sign Up
 





 
AutoLISP Function Detail
Name: boundp

Syntax:
(boundp sum)

Description:
Performs a check on a given symbol to see if it has a value associated to it. *Note: Returns T if the symbol has a value other than nil.

Example(s):
(boundp 'X)
nil