RosettaCodeData/Task/String-length/Smalltalk/string-length-2.st

3 lines
40 B
Smalltalk

string := 'Hello, world!'.
string size.