Next: Symbol-built ins, Previous: Symbol-accessing the method dictionary, Up: Symbol [Index]
Returns a deep copy of the receiver. As Symbols are identity objects, we actually return the receiver itself.
Answer an array of keywords that compose the receiver, which is supposed to be a valid message name (#+, #not, #printOn:, #ifTrue:ifFalse:, etc.)
Answer the number of arguments supported by the receiver, which is supposed to be a valid message name (#+, #not, #printOn:, #ifTrue:ifFalse:, etc.)
Returns a deep copy of the receiver. As Symbols are identity objects, we actually return the receiver itself.