|
|
1.1 ! root 1: 1 | 2 | 3 ----> 1 ! 2: |(1 to 10) ----> 1 ! 3: ||(1 to 10) ----> 1 ! 4: |||(1 to 10) ----> 1 ! 5: ||||(1 to 10) ----> 1 ! 6: |||||(1 to 10) ----> 1 ! 7: |||||||(1 to 10) ----> 1 ! 8: 2 \ 2 ----> 2 ! 9: while 1 do break ----> &null ! 10: while 1 do break "hello" ----> "hello" ! 11: while break ----> &null ! 12: case 1 of {2:3; "1":4; 1: 4 to 10; default: "whoa"} ----> 4 ! 13: not 1 ----> none ! 14: not \&null ----> &null ! 15: repeat break ----> &null ! 16: until 1 do 2 ----> none ! 17: if 1 then 2 else 3 ----> 2 ! 18: 1 ! 19: 2 ! 20: 3 ! 21: 4 ! 22: 5 ! 23: 6 ! 24: 7 ! 25: 8 ! 26: 9 ! 27: 10 ! 28: every write(if 1 then 1 to 10 else 5) ----> none ! 29: 10 ! 30: 9 ! 31: 8 ! 32: 7 ! 33: 6 ! 34: 5 ! 35: 4 ! 36: 3 ! 37: 2 ! 38: 1 ! 39: every write(if 1 = 0 then 1 to 10 else 10 to 1 by -1) ----> none ! 40: if 1 then 2 ----> 2 ! 41: if 1 = 0 then 2 ----> none ! 42: Run-time error 101 at line 30 in expr58.icn ! 43: integer expected ! 44: offending value: "a"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.