|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 896 (0x380)
Types: TextFile
Names: »PRINTER.PAS«
└─⟦08ea08c61⟧ Bits:30003924 PolyPascal programmer
└─⟦this⟧ »PRINTER.PAS«
└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog
└─⟦this⟧ »PRINTER.PAS«
└─⟦092727b26⟧ Bits:30005927 Demoprogrammer til Pascal bog (Jet-80)
└─⟦this⟧ »PRINTER.PAS«
PROGRAM printer;
BEGIN
WRITE(CLRHOM);
WRITELN(LST, ' ------------------------------------------------',
'--------------------');
WRITELN(LST, ' forlaget systime a/s ',
'forlaget systime a/s');
WRITELN(LST);
WRITELN(LST);
WRITELN(LST, ' P A S C A L ');
WRITELN(LST);
WRITELN(LST, ' En grundlæggende indføring i');
WRITELN(LST, ' programmeringssproget ');
WRITELN(LST);
WRITELN(LST, ' P o l y P a s c a l ');
WRITELN(LST);
WRITELN(LST);
WRITELN(LST, ' ------------------------------------------------',
'--------------------');
END.
«eof»