Annotation of researchv10dc/cmd/icon/tests/stand/expr47.out, revision 1.1

1.1     ! root        1: 'a' ----> 'a'
        !             2: 'ab' ----> 'ab'
        !             3: '\xb9' ----> '\271'
        !             4: '\xb8\xb4' ----> '\264\270'
        !             5: '\^d' ----> '\004'
        !             6: '\^a\^d' ----> '\001\004'
        !             7: "a" ----> "a"
        !             8: "ab" ----> "ab"
        !             9: "\xb9" ----> "\271"
        !            10: "\xb8\xb4" ----> "\270\264"
        !            11: "\^d" ----> "\004"
        !            12: "\^a\^d" ----> "\001\004"
        !            13: *'a' ----> 1
        !            14: *'ab' ----> 2
        !            15: *'\xb9' ----> 1
        !            16: *'\xb8\xb4' ----> 2
        !            17: *'\^d' ----> 1
        !            18: *'\^a\^d' ----> 2
        !            19: *"a" ----> 1
        !            20: *"ab" ----> 2
        !            21: *"\xb9" ----> 1
        !            22: *"\xb8\xb4" ----> 2
        !            23: *"\^d" ----> 1
        !            24: *"\^a\^d" ----> 2
        !            25: Run-time error 102 at line 33 in expr47.icn
        !            26: numeric expected
        !            27: offending value: "a"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.