RosettaCodeData/Task/Quoting-constructs/Smalltalk/quoting-constructs-7.st

7 lines
108 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#'foo'
#'foo bar baz'
#foo. " same as #'foo' "
#'++'
#++ " same as #'++' "
#a:b:c: " same as #'a:b:c:' "