Test case showing difference between local and global arrays

This commit is contained in:
2025-09-04 11:51:39 +00:00
parent 59845b283b
commit 5e51159367
2 changed files with 37 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
array.tap: array.bas
zxbc -o $@ -f tap -B -a $<
clean:
rm -f array.tap
.PHONY: clean