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

3 lines
40 B
Smalltalk

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