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

⟦e17babd0e⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »P/BAGVEN.DT«

Derivation

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

TextFile

1800 PROC bagvendt(REF tekst$) CLOSED
1810   n:= LEN(tekst$)
1820   DIM hjælp$ OF n
1830   FOR i:= n TO 1 STEP -1 DO
1840     hjælp$(n-i+1:n-i+1):= tekst$(i:i)
1850   NEXT i
1860   tekst$:= hjælp$
1870 ENDPROC bagvendt
«eof»