RosettaCodeData/Task/Collections/PureBasic/collections-1.basic

5 lines
48 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Dim Text.s(9)
Text(3)="Hello"
Text(7)="World!"