|  | DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC700 "Piccolo" | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about RegneCentralen RC700 "Piccolo" Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 384 (0x180)
    Types: TextFile
    Names: »POUT«
└─⟦00255762f⟧ Bits:30003588 ID-Comal til COMAL-80 Konverteringsprogram
    └─⟦this⟧ »POUT« 
0010 // 0020 PROC pout(port,value) CLOSED 0030 // 0040 // STRØM 5 MÅ IKKE BENYTTES I HOVEDPROGRAM 0050 // 0060 OPEN FILE 5,"/"+STR$(port)+"/port", WRITE 0070 PRINT FILE 5: CHR$(value), 0080 CLOSE FILE 5 0090 // 0100 ENDPROC pout 0110 // ▶19◀«eof»