8 lines
60 B
Text
8 lines
60 B
Text
Str255 s
|
|
|
|
s = "Hello"
|
|
s += " World!"
|
|
|
|
print s
|
|
|
|
HandleEvents
|