Changed the line numbered 19 into a line numbered 190.
This seemed the correct thing to do.
This commit is contained in:
parent
410800127c
commit
58c5d2d8ac
|
@ -7,7 +7,7 @@
|
|||
160 rem determine absolute value of x1-x
|
||||
170 let n= x1-x
|
||||
180 if n>= 0 then 200
|
||||
19 let n= 0-n
|
||||
190 let n= 0-n
|
||||
200 if n<e then 230
|
||||
210 let x=x1
|
||||
220 goto 150
|
||||
|
|
Loading…
Reference in a new issue