Annotation of 43BSD/contrib/icon/port/fail1.icn, revision 1.1.1.1

1.1       root        1: #  This program tests rt/fail.s.
                      2: 
                      3: procedure main()
                      4:    if 1 = 2 then write("wrong") else write("right")
                      5:    if type(i) == "integer" then write("wrong") else write("right")
                      6:    i := 0
                      7:    while i < 10 do {
                      8:       write(i)
                      9:       i +:= 1
                     10:       }
                     11: end

unix.superglobalmegacorp.com

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