mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-15 15:36:05 +09:00
moving everything neatly into the assets directory
This commit is contained in:
6
assets/disk0/home/basic/downkeys2.bas
Normal file
6
assets/disk0/home/basic/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