|
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 - download
Length: 256 (0x100) Types: TextFile Names: »P/ANTCIF.RE«
└─⟦eca9022c5⟧ Bits:30002661 Datalære sådan - løsningsdiskette └─ ⟦this⟧ »P/ANTCIF.RE«
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»