|
|
1.1 ! root 1: numeric(2) ----> 2 ! 2: numeric(2.0) ----> 2.0 ! 3: numeric(2.7) ----> 2.7 ! 4: numeric(2) ----> 2 ! 5: numeric(+2) ----> 2 ! 6: numeric(-2) ----> -2 ! 7: numeric() ----> none ! 8: numeric(.3) ----> 3 ! 9: numeric(0.3) ----> 0.3 ! 10: numeric(e2) ----> none ! 11: numeric(22222222222222222222222222222222222222222222222222222222222) ----> -1908874354 ! 12: numeric(3e500) ----> 3.0 ! 13: numeric(7r4) ----> 4 ! 14: numeric(16rff) ----> 255 ! 15: numeric(36rcat) ----> 15941 ! 16: numeric(36Rcat) ----> 15941 ! 17: numeric(36rCAT) ----> 15941 ! 18: numeric(2r0) ----> 0 ! 19: numeric(+-2) ----> -2 ! 20: numeric(++2) ----> 2 ! 21: numeric(--2) ----> 2 ! 22: Run-time error 103 at line 30 in expr37.icn ! 23: string expected ! 24: offending value: function numeric
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.