Next: , Previous: , Up: Symbol   [Index]


1.159.2 Symbol class: instance creation

internCharacter: aCharacter

Answer the one-character symbol associated to the given character.

new

This method should not be called for instances of this class.

new: size

This method should not be called for instances of this class.

with: element1

Answer a collection whose only element is element1

with: element1 with: element2

Answer a collection whose only elements are the parameters in the order they were passed

with: element1 with: element2 with: element3

Answer a collection whose only elements are the parameters in the order they were passed

with: element1 with: element2 with: element3 with: element4

Answer a collection whose only elements are the parameters in the order they were passed

with: element1 with: element2 with: element3 with: element4 with: element5

Answer a collection whose only elements are the parameters in the order they were passed