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

3 lines
54 B
Smalltalk

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