slotBoundp
slotBoundp(objs_slotName) =>t/nil
Description
Checks if a named slot is bound to an instance or not.
For compatibility with previous releases, an equivalent to this function with the name
ilSlotBoundp exists.Arguments
Value Returned
Examples
myObject => slotX = 20
slotBoundp(myObject 'slotX
=> t
Related Topics
Return to top