|
|
1.1 ! root 1: procedure main() ! 2: min := max := read() # initial min and max ! 3: while line := read() do ! 4: if max <<:= line then next ! 5: else min >>:= line ! 6: write("lexically largest line is: ",max) ! 7: write("lexically smallest line is: ",min) ! 8: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.