Browse Source

Changed the line numbered 19 into a line numbered 190.
This seemed the correct thing to do.

em 39 years ago
parent
commit
80cb295064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lang/basic/test/opg2.b

+ 1 - 1
lang/basic/test/opg2.b

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