|
DataMuseum.dkPresents historical artifacts from the history of: Q1 computer |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Q1 computer Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1264 (0x4f0) Types: Q1_Text, reclen=79 Notes: q1file Names: »BITTAR«
└─⟦9e403ec87⟧ Bits:30008765 50001610 └─⟦this⟧ »BITTAR«
/* PR=GRAM-ID. BITTAR */ /* DATE-WRITTEN. 1978-08-24 */ /* AUTHOR. OLLE */ /* REMARKS. MED PROGRAMMET */ /* SÄTTER MAN BITTAR SOM STYR SHIFT BEEP ETC. */ /* WORKING-STORAGE SECTION. */ DCL J BINARY, I BINARY; /* PROCEDURE DIVISION. */ LOOP: GET SKIP LIST (I); GET SKIP LIST (J); CALL OUTPUT (I,J); GO TO LOOP; END;