-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
284 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,88 @@ | ||
-q | ||
---------------------------------------------------------------------- | ||
10 CLS | ||
20 CLS 'comment | ||
210 CLS 0 | ||
220 CLS A% | ||
230 CLS . | ||
240 CLS; | ||
12 CLS 'comment | ||
14 CLS 0 | ||
16 CLS A% | ||
18 CLS . | ||
20 CLS; | ||
30 COLOR | ||
32 COLOR ,, | ||
33 SCREEN 1 | ||
34 SCREEN | ||
35 SCREEN 'comment | ||
36 SCREEN "A" | ||
37 SCREEN A$ | ||
40 LOCATE 1,2, 1 | ||
41 LOCATE 1,2 'comment | ||
42 LOCATE | ||
43 LOCATE . | ||
44 LOCATE , | ||
45 LOCATE ,, | ||
100 PSET (150, 200), 1 | ||
101 PSET @ (150, 200), 1 | ||
102 PSET STEP (150, 200), 1 | ||
103 PSET (150, 200) | ||
104 PSET (150, 200) 'comment | ||
106 PSET @ | ||
107 PSET STEP | ||
108 PSET 150, 200 | ||
109 PSET A$ | ||
110 PSET (150, 200), 1, | ||
111 PSET (150, 200), 1,2 | ||
---------------------------------------------------------------------- | ||
ERROR at 3:9 line 210 - Unexpected text at the end of the statement. | ||
210 CLS 0 | ||
^ | ||
ERROR at 4:9 line 220 - Unexpected text at the end of the statement. | ||
220 CLS A% | ||
^ | ||
ERROR at 5:9 line 230 - Unexpected text at the end of the statement. | ||
230 CLS . | ||
^ | ||
ERROR at 6:8 line 240 - Unexpected text at the end of the statement. | ||
240 CLS; | ||
ERROR at 3:8 line 14 - Unexpected text at the end of the statement. | ||
14 CLS 0 | ||
^ | ||
Parsing ERRORS: 4 | ||
ERROR at 4:8 line 16 - Unexpected text at the end of the statement. | ||
16 CLS A% | ||
^ | ||
ERROR at 5:8 line 18 - Unexpected text at the end of the statement. | ||
18 CLS . | ||
^ | ||
ERROR at 6:7 line 20 - Unexpected text at the end of the statement. | ||
20 CLS; | ||
^ | ||
ERROR at 7:9 line 30 - Arguments expected. | ||
30 COLOR | ||
^ | ||
ERROR at 8:12 line 32 - Expression should not be empty. | ||
32 COLOR ,, | ||
^ | ||
ERROR at 10:10 line 34 - Numeric argument expected. | ||
34 SCREEN | ||
^ | ||
ERROR at 11:11 line 35 - Numeric argument expected. | ||
35 SCREEN 'comment | ||
^ | ||
ERROR at 12:11 line 36 - Numeric argument expected. | ||
36 SCREEN "A" | ||
^ | ||
ERROR at 13:11 line 37 - Numeric argument expected. | ||
37 SCREEN A$ | ||
^ | ||
ERROR at 16:10 line 42 - Arguments expected. | ||
42 LOCATE | ||
^ | ||
ERROR at 19:13 line 45 - Expression should not be empty. | ||
45 LOCATE ,, | ||
^ | ||
ERROR at 25:11 line 106 - Open bracket expected. | ||
106 PSET @ | ||
^ | ||
ERROR at 26:14 line 107 - Open bracket expected. | ||
107 PSET STEP | ||
^ | ||
ERROR at 27:10 line 108 - Open bracket expected. | ||
108 PSET 150, 200 | ||
^ | ||
ERROR at 28:10 line 109 - Open bracket expected. | ||
109 PSET A$ | ||
^ | ||
ERROR at 29:23 line 110 - Unexpected text at the end of the statement. | ||
110 PSET (150, 200), 1, | ||
^ | ||
ERROR at 30:23 line 111 - Unexpected text at the end of the statement. | ||
111 PSET (150, 200), 1,2 | ||
^ | ||
Parsing ERRORS: 18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,58 @@ | ||
-q | ||
---------------------------------------------------------------------- | ||
100 GOTO 65535 | ||
110 POKE 0%, "AAA" | ||
120 POKE "AAA", 0 | ||
10 CLEAR "A" | ||
50 COLOR "A",2 | ||
51 COLOR A$,2 | ||
52 COLOR 1,"B" | ||
53 COLOR 1,B$ | ||
54 COLOR -1,2 | ||
55 COLOR 9,2 | ||
56 COLOR 1,-1 | ||
57 COLOR 1,9 | ||
66 LOCATE "A" | ||
67 LOCATE A$ | ||
68 LOCATE -1 | ||
69 LOCATE 256 | ||
70 LOCATE ,-1 | ||
71 LOCATE ,256 | ||
72 LOCATE ,, "A" | ||
73 LOCATE ,, A$ | ||
82 PSET (A$, 200) | ||
83 PSET (100, B$) | ||
84 PSET (150, 200), A$ | ||
95 KEY "A", "B" | ||
96 KEY 1, 2 | ||
97 KEY 11, "AAA" | ||
100 NEXT | ||
110 GOTO 65535 | ||
120 POKE 0%, "AAA" | ||
122 POKE "AAA", 0 | ||
---------------------------------------------------------------------- | ||
ERROR in line 100 - Invalid line number 65535. | ||
ERROR in line 110 at 2:14 - Expression should be of type Integer or Single. | ||
ERROR in line 120 at 3:10 - Expression should be of type Integer or Single. | ||
Validation ERRORS: 3 | ||
ERROR in line 10 at 1:10 - Expression should be of type Integer or Single. | ||
ERROR in line 50 at 2:10 - Expression should be of type Integer or Single. | ||
ERROR in line 51 at 3:10 - Expression should be of type Integer or Single. | ||
ERROR in line 52 at 4:12 - Expression should be of type Integer or Single. | ||
ERROR in line 53 at 5:12 - Expression should be of type Integer or Single. | ||
ERROR in line 54 - Parameter value (-1) is out of range 1..8. | ||
ERROR in line 55 - Parameter value (9) is out of range 1..8. | ||
ERROR in line 56 - Parameter value (-1) is out of range 1..8. | ||
ERROR in line 57 - Parameter value (9) is out of range 1..8. | ||
ERROR in line 66 at 10:11 - Expression should be of type Integer or Single. | ||
ERROR in line 67 at 11:11 - Expression should be of type Integer or Single. | ||
ERROR in line 68 - Parameter value (-1) is out of range 0..255. | ||
ERROR in line 69 - Parameter value (256) is out of range 0..255. | ||
ERROR in line 70 - Parameter value (-1) is out of range 0..255. | ||
ERROR in line 71 - Parameter value (256) is out of range 0..255. | ||
ERROR in line 72 at 16:14 - Expression should be of type Integer or Single. | ||
ERROR in line 73 at 17:14 - Expression should be of type Integer or Single. | ||
ERROR in line 82 at 18:10 - Expression should be of type Integer or Single. | ||
ERROR in line 83 at 19:15 - Expression should be of type Integer or Single. | ||
ERROR in line 84 at 20:21 - Expression should be of type Integer or Single. | ||
ERROR in line 95 at 21:8 - Expression should be of type Integer or Single. | ||
ERROR in line 96 at 22:11 - Expression should be of type String. | ||
ERROR in line 97 - Parameter value (11) is out of range 1..10. | ||
ERROR in line 100 - NEXT without FOR. | ||
ERROR in line 110 - Invalid line number 65535. | ||
ERROR in line 120 at 26:14 - Expression should be of type Integer or Single. | ||
ERROR in line 122 at 27:10 - Expression should be of type Integer or Single. | ||
Validation ERRORS: 27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-q | ||
---------------------------------------------------------------------- | ||
1000 X=POS | ||
1010 Y=CSRLIN | ||
1020 LOCATE X1,Y1 | ||
1030 GOSUB 2000 | ||
1040 STOP | ||
2000 LOCATE X,Y | ||
2100 RETURN |
Oops, something went wrong.