Category:Smalltalk: Difference between revisions

Content added Content deleted
Line 324: Line 324:


#foo "symbol constant; quotes can be omitted, iff the symbol does not contain special chars"
#foo "symbol constant; quotes can be omitted, iff the symbol does not contain special chars"

#+ "symbol constant; quotes can also be omitted, iff the symbol represents a binary message name"


#(1 true $a 16rFF 1.0 (10 20)) "array literal constant; the last element being another array; an instance of Array"
#(1 true $a 16rFF 1.0 (10 20)) "array literal constant; the last element being another array; an instance of Array"