Annotation of 43BSD/contrib/icon/test/std60.icn, revision 1.1

1.1     ! root        1: record array(a,b,c,d,e,f,g)
        !             2: 
        !             3: procedure dummy(u,v,x,y,z)
        !             4:    suspend u | v
        !             5:    return x
        !             6: end
        !             7: 
        !             8: procedure main()
        !             9:    write("&subject := string(&lcase) ----> ",image(&subject := string(&lcase)) | "none")
        !            10:    write("while write(move(1)) ----> ",image(while write(move(1))) | "none")
        !            11:    write("&subject := string(&lcase) ----> ",image(&subject := string(&lcase)) | "none")
        !            12:    write("every write(tab(1 to 10)) ----> ",image(every write(tab(1 to 10))) | "none")
        !            13:    write("pos(0) ----> ",image(pos(0)) | "none")
        !            14:    write("pos(15) ----> ",image(pos(15)) | "none")
        !            15:    write("&subject := string(&lcase) ----> ",image(&subject := string(&lcase)) | "none")
        !            16:    write("pos(1) ----> ",image(pos(1)) | "none")
        !            17:    write("pos(\"a\") ----> ",image(pos("a")) | "none")
        !            18: end

unix.superglobalmegacorp.com

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