summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/code.txt b/code.txt
index 07e132d..783d1b5 100644
--- a/code.txt
+++ b/code.txt
@@ -8,6 +8,13 @@ x = 1 + 1 + 1 + 1;
y = 1 > (1 > 1) == 1;
kaas(1,2,"goeiemorgen\x99",sqrt(3**2+4**2));
1 + 1 + 1;
-1 - 1 - 1;
+if (2 > 1) 1 - 1 - 1;
1 / 1 / 1;
1 ** 1 ** 1;
+
+if kaas
+ doe(dingen)
+else if andere(kaas)
+ doe(andere,dingen)
+else
+ print("rip");