|
|
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: 790 (0x316)
Types: Q1_Text, reclen=79
Notes: q1file
Names: »LN«
└─⟦3dd001c96⟧ Bits:30008706 DDMQ1-0146_PROGRAMMERS_DISK_TILLHÖR_HS
└─⟦this⟧ »LN«
DCL A CHAR (4);
DCL B CHAR (4);
IGEN: PUT FILE(D) EDIT ('ANGE VÄRDET ')(A(37));
GET SKIP LIST (A);
IF A='SLUT' THEN GO TO UT;
B= LN(A);
PUT FILE (DISPLAY) SKIP LIST (B);
GO TO IGEN;
UT: END;