Annotation of 43BSD/contrib/icon/test/std06.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("&ascii ----> ",image(&ascii) | "none")
        !            10:    write("&clock ----> ",image(&clock) | "none")
        !            11:    write("&cset ----> ",image(&cset) | "none")
        !            12:    write("&date ----> ",image(&date) | "none")
        !            13:    write("&dateline ----> ",image(&dateline) | "none")
        !            14:    write("&errout ----> ",image(&errout) | "none")
        !            15:    write("&fail ----> ",image(&fail) | "none")
        !            16:    write("&host ----> ",image(&host) | "none")
        !            17:    write("&input ----> ",image(&input) | "none")
        !            18:    write("&lcase ----> ",image(&lcase) | "none")
        !            19:    write("&level ----> ",image(&level) | "none")
        !            20:    write("&main ----> ",image(&main) | "none")
        !            21:    write("&null ----> ",image(&null) | "none")
        !            22:    write("&options ----> ",image(&options) | "none")
        !            23:    write("&output ----> ",image(&output) | "none")
        !            24:    write("&pos ----> ",image(&pos) | "none")
        !            25:    write("&random ----> ",image(&random) | "none")
        !            26:    write("&source ----> ",image(&source) | "none")
        !            27:    write("&subject ----> ",image(&subject) | "none")
        !            28:    write("&time ----> ",image(&time) | "none")
        !            29:    write("&ucase ----> ",image(&ucase) | "none")
        !            30:    write("&version ----> ",image(&version) | "none")
        !            31:    write("&subject := [] ----> ",image(&subject := []) | "none")
        !            32: end

unix.superglobalmegacorp.com

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