|  | DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC700 "Piccolo" | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about RegneCentralen RC700 "Piccolo" Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 896 (0x380)
    Types: TextFile
    Names: »PRINTER.PAS«
└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog
    └─⟦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»