|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFile Names: »ttextline«
└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ. Detaljer om "HC8000" projekt. └─⟦0364f57e3⟧ └─⟦c9a650afb⟧ »hcøplib« └─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦c9a650afb⟧ »hcøplib« └─⟦this⟧
( o allist mode list.yes testtextt=pascal list.yes scope day testtextt mode list.no o c finisb ) program testreadt(input,output); type textline=packed array Æ1..80Å of iso; var i: integer; textl: textline; (*$i ptextline*) begin for i:=1 to 3 do begin readtextline(input,textl); writetextline(output,textl); end end. ▶EOF◀