Skip to content

Commit

Permalink
Rename to 6.2 format
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 10, 2024
1 parent a3e8fcb commit e7e082f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions samples/JUMPTEST.DO → samples/JMPTST.DO
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
1 ' Test for m100-jumps.lex which
2 ' emits all lines which are targets
3 ' of GOTO or similar commands.
4 ' Line numbers <500 should be printed. >= 500 should not.
5 '
6 ' When testing m100-decommenter,
7 ' lines 500--1000 will be removed.
8 '
4 '
5 ' Line numbers <500 should be printed. >= 500 should not.
6 '
7 ' When testing m100-decommenter,
8 ' lines 500--1000 will be removed.
9 '
10 REM ERL Equals
20 REM ERL Less than
30 REM ERL Less than or equal to
Expand All @@ -23,7 +24,8 @@
150 REM ALL CATS ARE GREY
160 REM RUN 160
170 REM GOSUB 170
180 REM ON A GO TO 1,2,3, 180, 4,5,6,7,8,9
180 REM ON A GO TO 1,2,3, 180, 4,5,6
190 REM ON COM GOSUB 1,2,3, 190, 7,8,9
500 '
510 REM DATA GOTO 510
520 REM DATA "GOTO 520"
Expand All @@ -45,7 +47,8 @@
1150 GOTO 150
1160 RUN 160
1170 GOSUB 170
1170 ON A GO TO 1,2,3, 180, 4,5,6,7,8,9
1180 ON A GO TO 1,2,3, 180, 4,5,6
1190 ON COM GOSUB 1,2,3, 190, 7,8,9
1500 '
1510 DATA GOTO 510
1520 DATA "GOTO 520"

0 comments on commit e7e082f

Please sign in to comment.