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

⟦3d7384020⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »PRODUKT.PAS«

Derivation

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

TextFile

        PROGRAM produkt;
        
        VAR
          i, j : INTEGER;
          
        BEGIN
          FOR i := 1 TO 10 DO
            BEGIN
              FOR j := 1 TO 10 DO
                WRITE(i * j : 4);
              WRITELN;
            END;
        END.
«eof»