@@ -11,6 +11,12 @@ STOP
SUB subroutine()
DIM local(4) AS UByte => { 4Ch, 4Fh, 43h, 41h, 4Ch }
PRINT "@local = ";@local
PRINT "@local(0) = ";@local(0)
PRINT "@local DATA PTR = "; PEEK(UInteger, @local + 2 )
PRINT
refer(6, @global)
refer(5, @local)
END SUB
The note is not visible to the blocked user.