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

6 lines
185 B
Plaintext

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