DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC700 "Piccolo"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC700 "Piccolo"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦7708bfcae⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »PRINTER.PAS«

Derivation

└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog
    └─ ⟦this⟧ »PRINTER.PAS« 

TextFile

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»