RosettaCodeData/Task/Arrays/ZX-Spectrum-Basic/arrays.basic
2023-07-01 13:44:08 -04:00

3 lines
42 B
Text

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