diff options
Diffstat (limited to 'files/practicum/VindtDeRedex.icl')
-rw-r--r-- | files/practicum/VindtDeRedex.icl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/files/practicum/VindtDeRedex.icl b/files/practicum/VindtDeRedex.icl deleted file mode 100644 index a53462a..0000000 --- a/files/practicum/VindtDeRedex.icl +++ /dev/null @@ -1,15 +0,0 @@ -module VindtDeRedex
-
-import StdEnv
-
-e1 = 42
-
-e2 = 1 + 125 * 8 / 10 - 59
-
-e3 = not True || True && False
-
-e4 = 1 + 2 == 6 - 3
-
-e5 = "1 + 2" == "6 - 3"
-
-e6 = "1111 + 2222" == "1111" +++ " + " +++ "2222"
|