|
|
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: 768 (0x300)
Types: TextFile
Names: »PREDEF.PAS«
└─⟦08ea08c61⟧ Bits:30003924 PolyPascal programmer
└─⟦this⟧ »PREDEF.PAS«
└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog
└─⟦this⟧ »PREDEF.PAS«
└─⟦092727b26⟧ Bits:30005927 Demoprogrammer til Pascal bog (Jet-80)
└─⟦this⟧ »PREDEF.PAS«
PROGRAM predef;
BEGIN
IF CLRHOM = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF CLREOS = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF CLREOL = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF INSLIN = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF DELLIN = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF RVSON = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
IF RVSOFF = ''
THEN WRITELN('AK')
ELSE WRITELN('OK');
END.
«eof»