|
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: »LIGE_ULI«
└─⟦4cd80c18f⟧ Bits:30003895/4xCOMAL3a.imd 4 * COMAL - SPC/1 - Disketter til bogen └─⟦this⟧ »LIGE_ULI« └─⟦bcf7b34c7⟧ Bits:30003895/4xCOMAL2.imd 4 * COMAL - SPC/1 - Disketter til bogen └─⟦this⟧ »LIGE_ULI«
0010 // -------- lige_ulige ------------ 0020 // 0030 PROC FNLIGE(N) // boolsk funktion 0040 FNLIGE:=((N MOD 2)=0) 0050 ENDPROC FNLIGE 0060 // 0070 CLEAR 0075 PRINT 0080 INPUT "Indtast et helt tal: ":M 0090 PRINT M;"er "; 0100 IF NOT FNLIGE(M) THEN PRINT "u"; 0110 PRINT "lige"