DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦399fe8f7c⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »PAUSE-CT.ID1«

Derivation

└─⟦be08f6879⟧ Bits:30003899/Brug_pæren_lærer-tekst.imd Brug pæren Rev. 1.0 (Piccolo)
    └─⟦this⟧ »PAUSE-CT.ID1« 

TextFile

0010 // "pause-cTID1"
0020 INPUT "Antal sekunder: ": sek
0030 start:=SYS(3)/50
0040 REPEAT 
0050   slut:=SYS(3)/50
0060 UNTIL slut-start>=sek
0070 PRINT "Nu er der gået: ";sek;"sekunder !"
0080 END 
▶19◀«eof»