5 lines
80 B
Text
5 lines
80 B
Text
|
|
dim array$(2)
|
||
|
|
let array$(1)="Hello!"
|
||
|
|
let array$(2)="Goodbye!"
|
||
|
|
print 1 array$(1)
|