Annotation of 43BSD/contrib/icon/test/distr/std44.out, revision 1.1.1.1

1.1       root        1: s := "x" ----> "x"
                      2: s ==:= "x" ----> "x"
                      3: s ----> "x"
                      4: s := "x" ----> "x"
                      5: s ==:= "xx" ----> none
                      6: s ----> "x"
                      7: s := "x" ----> "x"
                      8: s ==:= "X" ----> none
                      9: s ----> "x"
                     10: s := "x" ----> "x"
                     11: s ==:= "abc" ----> none
                     12: s ----> "x"
                     13: s := "x" ----> "x"
                     14: s >>=:= "x" ----> "x"
                     15: s ----> "x"
                     16: s := "x" ----> "x"
                     17: s >>=:= "xx" ----> none
                     18: s ----> "x"
                     19: s := "x" ----> "x"
                     20: s >>=:= "X" ----> "X"
                     21: s ----> "X"
                     22: s := "x" ----> "x"
                     23: s >>=:= "abc" ----> "abc"
                     24: s ----> "abc"
                     25: s := "x" ----> "x"
                     26: s >>:= "x" ----> none
                     27: s ----> "x"
                     28: s := "x" ----> "x"
                     29: s >>:= "xx" ----> none
                     30: s ----> "x"
                     31: s := "x" ----> "x"
                     32: s >>:= "X" ----> "X"
                     33: s ----> "X"
                     34: s := "x" ----> "x"
                     35: s >>:= "abc" ----> "abc"
                     36: s ----> "abc"
                     37: s := "x" ----> "x"
                     38: s <<=:= "x" ----> "x"
                     39: s ----> "x"
                     40: s := "x" ----> "x"
                     41: s <<=:= "xx" ----> "xx"
                     42: s ----> "xx"
                     43: s := "x" ----> "x"
                     44: s <<=:= "X" ----> none
                     45: s ----> "x"
                     46: s := "x" ----> "x"
                     47: s <<=:= "abc" ----> none
                     48: s ----> "x"
                     49: s >>:= 0 ----> "0"

unix.superglobalmegacorp.com

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