|
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 - download
Length: 768 (0x300) Types: TextFile Names: »SKAERM.PAS«
└─⟦08ea08c61⟧ Bits:30003924 PolyPascal programmer └─ ⟦this⟧ »SKAERM.PAS« └─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog └─ ⟦this⟧ »SKAERM.PAS« └─⟦092727b26⟧ Bits:30005927 Demoprogrammer til Pascal bog (Jet-80) └─ ⟦this⟧ »SKAERM.PAS«
PROGRAM skaerm; BEGIN WRITE(CLRHOM); WRITELN(' ------------------------------------------------', '--------------------'); WRITELN(' forlaget systime a/s ', 'forlaget systime a/s'); WRITELN; WRITELN; WRITELN(' P A S C A L '); WRITELN; WRITELN(' En grundlæggende indføring i'); WRITELN(' programmeringssproget '); WRITELN; WRITELN(' P o l y P a s c a l '); WRITELN; WRITELN; WRITELN(' ------------------------------------------------', '--------------------'); END. «eof»