Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/english/snake_en.bas
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@

3500 REM Pausa / Delay
3505 BEEP 0.005, 0
3510 FOR i = 1 TO 500:
NEXT i
3510 PAUSE 5

7998 GOTO 3000

Expand Down
3 changes: 1 addition & 2 deletions examples/spanish/snake_es.bas
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@

3500 REM Pausa / Delay
3505 BEEP 0.005, 0
3510 FOR i = 1 TO 500:
NEXT i
3510 PAUSE 5

7998 GOTO 3000

Expand Down