|
|
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 - metrics - download
Length: 384 (0x180)
Types: TextFile
Names: »PRODUKT.PAS«
└─⟦09235ab48⟧ Bits:30003065 Demoprogrammer K-Z til Pascal bog
└─⟦this⟧ »PRODUKT.PAS«
└─⟦092727b26⟧ Bits:30005927 Demoprogrammer til Pascal bog (Jet-80)
└─⟦this⟧ »PRODUKT.PAS«
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»