mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-16 07:56:06 +09:00
basic: syntax tree of UNARYMINUS with number will be converted to -number
This commit is contained in:
6
assets/downkeys2.bas
Normal file
6
assets/downkeys2.bas
Normal file
@@ -0,0 +1,6 @@
|
||||
10 POKE -40,255
|
||||
20 FOR K=-41 TO -48 STEP -1
|
||||
30 PRINT(PEEK(K);" ";)
|
||||
40 NEXT
|
||||
50 PRINT
|
||||
60 GOTO 10
|
||||
Reference in New Issue
Block a user