basic: tron/troff command

This commit is contained in:
minjaesong
2020-12-03 20:30:00 +09:00
parent 743837bd86
commit 300f7cb9b4
2 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
1 FOR I = 99 TO 1
1 FOR I = 99 TO 1 STEP -1
2 MODE = 1
3 GOSUB 12
4 PRINT(I+" bottle"+BOTTLES$+" of beer on the wall, "+i+" bottle"+BOTTLES$+" of beer.")