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

3 lines
54 B
Smalltalk

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