5.1.3. Line and Page breaks

You can force a line and page break with the commands
  @line_break()
  @page_break()
respectively. On-the-fly interscript for test 4 follows.
Start interscript section from tutorial.pak
    90: @head(1,'A break test')
    91: Here is a short line
    92: @line_break()
    93: and another
    94: @line_break()
    95: and another.
    96: End of page.
    97: @page_break()
    98: Now a new page.
End interscript section from tutorial.pak
Test output at ../tests/output/test_4.html. Logfile at ../tests/output/test_4.log.