Changed the line numbered 19 into a line numbered 190.

This seemed the correct thing to do.
This commit is contained in:
em 1985-01-24 11:34:12 +00:00
parent 410800127c
commit 58c5d2d8ac

View file

@ -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