|
|
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("x := 1 ----> ",image(x := 1) | "none") ! 10: write("y := 2 ----> ",image(y := 2) | "none") ! 11: write("z := 3 ----> ",image(z := 3) | "none") ! 12: write("x <-> y ----> ",image(x <-> y) | "none") ! 13: write("y <-> x ----> ",image(y <-> x) | "none") ! 14: write("x ----> ",image(x) | "none") ! 15: write("y ----> ",image(y) | "none") ! 16: write("z ----> ",image(z) | "none") ! 17: write("x <-> y :=: z ----> ",image(x <-> y :=: z) | "none") ! 18: write("x ----> ",image(x) | "none") ! 19: write("y ----> ",image(y) | "none") ! 20: write("z ----> ",image(z) | "none") ! 21: write("x <-> \"b\" ----> ",image(x <-> "b") | "none") ! 22: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.