update to fp2 yay, public and licence
[fp1415.git] / fp1 / week1 / camil / 2.2 / VindtDeRedex.icl
1 module VindtDeRedex
2
3 import StdEnv
4
5 e1 = 42
6
7 e2 = 1 + 125 * 8 / 10 - 59
8
9 e3 = not True || True && False
10
11 e4 = 1 + 2 == 6 - 3
12
13 e5 = "1 + 2" == "6 - 3"
14
15 e6 = "1111 + 2222" == "1111" +++ " + " +++ "2222"
16
17 Start = e6