4.3BSD/usr/contrib/icon/test/distr/std65.out

36 + 9 ----> 45
-36 + 9 ----> -27
36 + -9 ----> 27
-36 + -9 ----> -45
36. + 9 ----> 45.0
36 + 9. ----> 45.0
36. + 9. ----> 45.0
-36. + 9 ----> -27.0
36 + -9. ----> 27.0
-36. + -9. ----> -45.0
Run-time error 102 at line 19 in std65.icn
numeric expected
offending value: "a"