RosettaCodeData/Task/Variable-size-Set/ZX-Spectrum-Basic/variable-size-set.basic

4 lines
235 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 DIM a$(10): REM This array will be 10 characters long
20 DIM b(10): REM this will hold a set of numbers. The fixed number of bytes per number is implementation specific
30 LET c=5: REM this is a single numerical value of fixed size