RS/2 RedTitan Script 2
Of course, RS2 files are, themselves, first class EscapeE resources.
EULA.RS2
recasts an unformatted text file into 2-up column format on A4.
OUTER.RS2
just calls EULA.RS2 twice to create 4-up column format on A3.
15
// REDTITAN RS2 CONTROL
// OUTER.RS2
if paramstr(1)='1' then page:=0;
Paper('A3',true); Orient('L');
inc(page);
if not Resource('eula.rs2',0,0,1,page) then halt(1);
inc(page);
if not Resource('eula.rs2',4800,0,1,page) then halt(1);