|  | DataMuseum.dkPresents historical artifacts from the history of: Christian Rovsing CR7, CR8 & CR16 CP/M | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 256 (0x100)
    Types: TextFile
    Names: »LQOFF.PAS«
└─⟦6bdda2365⟧ Bits:30005253 COMPAS Pascal v2.21 til CR7
    └─⟦this⟧ »LQOFF.PAS« 
PROGRAM LQ(OUTPUT); const ESC = $1B; VAR OUTPUT: TEXT; begin ASSIGN(OUTPUT,'LST:'); REWRITE(OUTPUT); write(output,chr(esc),0); close(output); end. «eof»