Question
Subdividing Long Programs
When I am writing a program that won't fit on one page, the program continues onto the next page. When that happens, I lose program visibility. Portions of the program are lost in the header. What can I do to subdivide a program so that none of the program visibility is lost in the header? Is there a continued statement that I can add to a program without losing functionality?

