RosettaCodeData/Task/Quoting-constructs/Smalltalk/quoting-constructs-7.st
2023-07-01 13:44:08 -04:00

6 lines
108 B
Smalltalk

#'foo'
#'foo bar baz'
#foo. " same as #'foo' "
#'++'
#++ " same as #'++' "
#a:b:c: " same as #'a:b:c:' "