DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦3ad4b0646⟧ TextFile

    Length: 507 (0x1fb)
    Types: TextFile
    Names: »dm.expr.in«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/test/dm.expr.in« 

TextFile

if N > 0 then NIL else KILL
SUM/N > 10 ? 'bigmean' : 'smallmean'
RAND * - 10
INLINE + OUTLINE
l 10 + L 10 + e 10 + f 10.1 + c 10.1 + a -12
log 10 + Log 10 + exp 10 + floor 10.1 + ceil 10.1 + abs -12
x1 < x2
x1 > x2
x1 <= x2
x1 >= x2
x1 != x2
x1 = x2
x1 == x2
x1 > x2 | x1 < x2
x1 > x2 || x1 < x2
x1 > x2 & x1 < x2
x1 > x2 && x1 < x2
INLINE > 10 !& 12
INLINE > 10 !| 12
!!!!!!x
s0
s1 C INPUT || s1 C I
s1 < s2 || s1 > s2
s1 <= s2 || s1 >= s2
KILL | NEXT | SKIP | K
E | EXIT
R | RAND
s1 !C s2
s0[1] == 'x'[1]