symbol? ( object -- ? )
Factor handbook » The language » Words » Symbols

Prev:symbol
Next:SYMBOL:


Vocabulary
words.symbol

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the symbol class.

Definition