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

1.1       root        1: #  This program tests lib/pret.s.
                      2: 
                      3: procedure main()
                      4:    write(max(3,4))
                      5:    write(max(4,3))
                      6: end
                      7: 
                      8: procedure max(i,j)
                      9:    return if i > j then i else j
                     10: end

unix.superglobalmegacorp.com

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