DataMuseum.dk

Presents historical artifacts from the history of:

Q1 computer

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

See our Wiki for more about Q1 computer

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9db917f07⟧ Q1_Text, reclen=79

    Length: 1106 (0x452)
    Types: Q1_Text, reclen=79
    Notes: q1file
    Names: »FIL1«

Derivation

└─⟦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« 

Text

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;