mirror of
https://github.com/rfivet/BCG101.git
synced 2024-12-17 23:56:24 -05:00
Fix typos.
This commit is contained in:
parent
ba4d30b9ff
commit
494edc598c
@ -116,7 +116,7 @@
|
|||||||
11600 FOR F=1TOP
|
11600 FOR F=1TOP
|
||||||
11700 IF R(F)=J THEN 12000
|
11700 IF R(F)=J THEN 12000
|
||||||
11800 NEXT F
|
11800 NEXT F
|
||||||
11900 NEXTJ
|
11900 NEXT J
|
||||||
12000 LET K=F+P
|
12000 LET K=F+P
|
||||||
12100 GOSUB 2300
|
12100 GOSUB 2300
|
||||||
12200 RETURN
|
12200 RETURN
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Proof read code from 1975 3rd printing.</li>
|
<li>Proof read code from 1975 3rd printing.</li>
|
||||||
<li>Quick port to EDUSystem 50 for testing.</li>
|
<li>Quick port to EDUSystem 50 for testing.</li>
|
||||||
<li>Refactor to take adantage of BASIC implementation.</li>
|
<li>Refactor to take advantage of BASIC implementation.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Book Covers:</h3>
|
<h3>Book Covers:</h3>
|
||||||
<img src="img/1973.jpg" /> 1973 $5<br>
|
<img src="img/1973.jpg" /> 1973 $5<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user