-- Example testing continuation and comments PROC add(INT x, INT y) x := x + y -- <-- these are the only two lines in the procedure declaration : -- where comments are allowed. all other lines are continuation -- lines SEQ SKIP STOP