|  | DataMuseum.dkPresents historical artifacts from the history of: Jet Computer Jet80 | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about Jet Computer Jet80 Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 896 (0x380)
    Types: TextFile
    Names: »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»