begin comment visibility of outside variables; integer nn; procedure test; begin nn := nn+2 end; nn := 2; write(nn) test; write(nn) end ----stdout comments: - Algol60 program changes: - input/output functions