DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

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

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦6f4e2926c⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »P/ANTCIF.RE«

Derivation

└─⟦eca9022c5⟧ Bits:30002661 Datalære sådan - løsningsdiskette
    └─ ⟦this⟧ »P/ANTCIF.RE« 

TextFile

1000 PROC antalcifre(a$,REF antal) CLOSED
1010   antal:= 0
1020   FOR i:= 1 TO LEN(a$) DO
1030     IF a$(i:i) IN "0123456789" THEN antal:= antal+1
1040   NEXT i
1050 ENDPROC antalcifre
«eof»