|
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: »FIL1«
└─⟦22252c168⟧ Bits:30008711 DDMQ1-0151_Programmers_Disk_Copy └─⟦this⟧ »FIL1« └─⟦23915e280⟧ Bits:30008593 DDMQ1-0026 └─⟦this⟧ »FIL1« └─⟦3dd001c96⟧ Bits:30008706 DDMQ1-0146_PROGRAMMERS_DISK_TILLHÖR_HS └─⟦this⟧ »FIL1«
DCL X CHAR (6); DCL D1 CHAR (6); IGEN: GET SKIP LIST (D1); IF (D1<2) THEN GO TO A; ELSE GO TO B; A: X=0.5; PUT FILE (DISPLAY) LIST (X); GO TO IGEN; B: X=D1+8; IF (X=10) THEN GO TO SLUT; PUT FILE (DISPLAY) LIST (X); GO TO IGEN; SLUT: END;