|
|
1.1 root 1: type(0) ----> "integer"
2: type(1.0) ----> "real"
3: type("abc") ----> "string"
4: type('aba') ----> "cset"
5: type() ----> "null"
6: type(&null) ----> "null"
7: type(&errout) ----> "file"
8: type([]) ----> "list"
9: type(table()) ----> "table"
10: type(main) ----> "procedure"
11: type(write) ----> "procedure"
12: type(array()) ----> "array"
13: type(array) ----> "procedure"
14: type(f) ----> "null"
15: type(type) ----> "procedure"
16: Run-time error 106 at line 24 in expr32.icn
17: procedure or integer expected
18: offending value: "procedure"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.