Added some tests at Boriel's suggestion

This commit is contained in:
2025-09-04 20:06:12 +00:00
parent 9ee42880a3
commit 557f7cabb7

View File

@@ -1,5 +1,11 @@
DIM global(5) AS UByte => { 47h, 4Ch, 4Fh, 42h, 41h, 4Ch }
CLS
PRINT "@global = "; @global
PRINT "@global(0) = "; @global(0)
PRINT "@global DATA PTR = "; PEEK(UInteger, @global + 2 )
PRINT
subroutine()
STOP