4 lines
71 B
Text
4 lines
71 B
Text
|
|
DIM text$(1)
|
||
|
|
text$(0) = "Hello "
|
||
|
|
text$(1) = "world!"
|