DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦0927ea72e⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »linefeedtx«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦787c125fb⟧ »adjprocfile« 
            └─⟦this⟧ 

TextFile

; line_feed_tx            * page  ;

; line_feed
; *********
 
if listing.yes
char 10 12 10
 
 line_feed = set 1
 
line_feed = algol
  
external integer procedure line_feed
_____________________________________
_                (out_z, lines, line_no);
value                    lines;
zone              out_z;
integer                  lines, line_no;
  
comment
  
Prog.: Knud Poder, JAN 1978
;
 
line_feed := 
line_no   := line_no + write(out_z,nl,lines);
 
end
 
if warning.yes
(mode 0.yes
message line_feed not ok
lookup line_feed)
 
end
▶EOF◀