|
|
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: 1106 (0x452)
Types: Q1_Text, reclen=79
Notes: q1file
Names: »TP1«
└─⟦651a288b5⟧ Bits:30008768 50001583
└─⟦this⟧ »TP1«
/* MILION TESTPROGRAM 780713 */
DCL CH CHAR(7);
PUT FILE(D) SKIP EDIT('RÄKNAREN HAR NU VÄRDET')(A(40));
DO I=1 TO 1000;
CH=I;
CALL LOAD(CH,7);
DO J=1 TO 25;END;
GET SKIP LIST(CH);
END;
END;