Annotation of 43BSD/contrib/icon/test/std29.icn, revision 1.1.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("system(\"echo 1\") ----> ",image(system("echo 1")) | "none")
                     10:    write("system(\"ls -s std29.icn\") ----> ",image(system("ls -s std29.icn")) | "none")
                     11:    write("system(\"wc no.file\") ----> ",image(system("wc no.file")) | "none")
                     12:    write("system(repl(\" \",500)) ----> ",image(system(repl(" ",500))) | "none")
                     13: end

unix.superglobalmegacorp.com

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