RosettaCodeData/Task/Collections/BBC-BASIC/collections-2.basic
2023-07-01 13:44:08 -04:00

5 lines
185 B
Text

DIM collection{(1) name$, year%}
collection{(0)}.name$ = "Richard"
collection{(0)}.year% = 1952
collection{(1)}.name$ = "Sue"
collection{(1)}.year% = 1950