RosettaCodeData/Task/Collections/BBC-BASIC/collections-1.basic

4 lines
71 B
Plaintext

DIM text$(1)
text$(0) = "Hello "
text$(1) = "world!"