GNU Smalltalk: Difference between revisions

→‎Examples: Changed wiki italics back to single quotes
m (→‎Exceptions: fix broken tags)
(→‎Examples: Changed wiki italics back to single quotes)
 
Line 10:
Some basic Smalltalk code:
 
<pre>"Everything, including a literal, is an object, so this works:"
-199 abs "199"
'gst is cool' size "11"
'Slick' indexOf: $c "4"
'Nice Day Isn''t It?' asLowercase asSet asSortedCollection asString "' '?acdeinsty'"</pre>
 
 
===Collections===
Anonymous user