|
|
BSD 4.3
procedure main()
while line := read() do
if match("skip",line) then # check for lines to skip
while line := read() do # skip loop
if match("end",line) then break
else next
else write(line) # write line in main loop
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.