|
|
1.1 ! root 1: procedure main() ! 2: if not (intext := open("shaw.txt")) ! 3: then stop("cannot open input file") ! 4: if not (outtext := open("shaw.cpy","w")) ! 5: then stop("cannot open output file") ! 6: while line := read(intext) do { ! 7: write(line) ! 8: write(outtext,line) ! 9: } ! 10: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.