RosettaCodeData/Task/Arrays/ZX-Spectrum-Basic/arrays.zx
2016-12-05 22:15:40 +01:00

3 lines
42 B
Text

10 DIM a(5)
20 LET a(2)=128
30 PRINT a(2)