2 lines
40 B
Smalltalk
2 lines
40 B
Smalltalk
string := 'Hello, world!'.
|
|
string size.
|
string := 'Hello, world!'.
|
|
string size.
|