|
DataMuseum.dkPresents historical artifacts from the history of: MIKADOS |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about MIKADOS Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 736 (0x2e0) Notes: Mikados TextFile, Mikados_K Names: »GRØNNE«
└─⟦92e6f589c⟧ Bits:30003895/4xCOMAL3b.imd 4 * COMAL - SPC/1 - Disketter til bogen └─⟦this⟧ »GRØNNE« └─⟦faca42ef2⟧ Bits:30003895/4xCOMAL1.imd 4 * COMAL - SPC/1 - Disketter til bogen └─⟦this⟧ »GRØNNE«
0010 // ------------------ grønne ---------------- 0020 DIM A$ OF 40,B$ OF 40,C$ OF 40,D$ OF 40 0030 A$:="Jeg elsker de " 0040 B$:="grønne lunde, med tonernes " 0050 C$:="vuggende fald, jeg elsker de " 0060 D$:="blanke sunde, med sejlernes tusindtal. " 0070 // 0080 PRINT A$(1:14)+B$(1:14) 0090 PRINT B$(15:13)+C$(1:14) 0100 PRINT C$(16:14)+D$(1:13) 0110 PRINT D$(15:26)