Removed a few typos.
This commit is contained in:
parent
ba1e51e914
commit
43f003e959
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
||||||
7000 if u<1 then 8700
|
7000 if u<1 then 8700
|
||||||
7100 if u>8 then 8700
|
7100 if u>8 then 8700
|
||||||
7200 if v<1 then 8700
|
7200 if v<1 then 8700
|
||||||
7300 if v.8 then 8700
|
7300 if v>8 then 8700
|
||||||
7400 if s(u,v)<>0 then 7700
|
7400 if s(u,v)<>0 then 7700
|
||||||
7500 gosub 9100
|
7500 gosub 9100
|
||||||
7600 goto 8700
|
7600 goto 8700
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
17300 print
|
17300 print
|
||||||
17500 rem
|
17500 rem
|
||||||
17400 goto 16700
|
17400 goto 16700
|
||||||
17600 s(a,b)=s(e.h)
|
17600 s(a,b)=s(e,h)
|
||||||
17700 s(e,h)=0
|
17700 s(e,h)=0
|
||||||
17800 t=(4.5-(3.5*g))
|
17800 t=(4.5-(3.5*g))
|
||||||
17900 if abs(e-a)<>2 then 18100
|
17900 if abs(e-a)<>2 then 18100
|
||||||
|
|
Loading…
Add table
Reference in a new issue