.type save.tst
.type
.first title ^&SAVE/RESTORE\& TEST
.subtitle 20 x 70 - $$DATE
.ps 20,70,0,0,1 .header spacing 2
.flags subst .disable underl .disable escape
.save header .enable underl .enable escape
.fill .justify .period
.save status
.no fill .no justify .no period
.save levels
.BR;^&_.FILL .JUSTIFY .PERIOD .FLAGS SUBSTITUTE
.BR;_.SAVE STATUS
.BR;_.NO FILL .NO JUSTIFY .NO PERIOD .NO FLAGS SUBSTITUTE
.br;_.SAVE LEVELS\&
.br;This is a long line is it filled and justified?
Are there two spaces after the period? ??
.restore status
.BR;^&_.RESTORE STATUS\&
.br;This is a long line is it filled and justified?
Are there two spaces after the period? ??
.hl 1 NOW RESTORE LEVEL STATUS
.br;This is a long line is it filled and justified?
Are there two spaces after the period? ??
.restore status
.BR;^&_.RESTORE STATUS\&
.br;This is a long line is it filled and justified?
Are there two spaces after the period? ??
.disable flags underline
.br;A ^&Pair of ampersands\& should be printed
.restore status
.br;A ^&WORD\& should be underlined
.disable flags underline
.save status
.enable flags underline
.br;A ^&WORD\& should be underlined
.restore status
.br;A ^&Pair of ampersands\& should be printed
