Skip to content

Commit 60d2ec3

Browse files
committed
Add renumber lines test files
1 parent 0d16e67 commit 60d2ec3

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
'Comment line GOTO 123
2+
100 GOTO 200
3+
200 GOTO A$
4+
300 PRINT "GOTO 200": IF A>3 THEN 800
5+
400 GOTO A*A
6+
500 GOTO 2*B
7+
600 GOSUB 200: PRINT "": GOSUB 300: GOTO 500
8+
700 PRINT "GOSUB 200": GOTO 300
9+
800 GOTO "SAV"
10+
900 PRINT "GOTO 100": GOTO A$
11+
910 GOSUB V
12+
920 GOSUB 2*W
13+
930 GOSUB "WVR": GOSUB 100
14+
940 GOSUB B$
15+
950 GOTO 123
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
'Comment line GOTO 123
2+
10 GOTO 20
3+
20 GOTO A$
4+
30 PRINT "GOTO 200": IF A>3 THEN 80
5+
40 GOTO A*A
6+
50 GOTO 2*B
7+
60 GOSUB 20: PRINT "": GOSUB 30: GOTO 50
8+
70 PRINT "GOSUB 200": GOTO 30
9+
80 GOTO "SAV"
10+
90 PRINT "GOTO 100": GOTO A$
11+
100 GOSUB V
12+
110 GOSUB 2*W
13+
120 GOSUB "WVR": GOSUB 10
14+
130 GOSUB B$
15+
140 GOTO

0 commit comments

Comments
 (0)