See all articles from Syntax/Syntax ZX80 v3 n4
Technique for simulating integer arrays using PEEK and POKE in ZX81 BASIC, storing values 0-255 in REM-reserved memory rather than floating-point variables. Demonstrates significant memory savings: a DIM V(8,8) float array (320 bytes) reduced to 64 bytes with this method.