
75
Now when you run the program, your printer skip the first six lines and the last six lines on each page. Always send a form feed after setting the top margin, or it will not work on the first page printed. That’s because the top margin only takes effect after a form feed.
Line 50 sets the top margin, line 30 sets the bottom margin, and line 100 clears both margins when we are done.
I i