summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-08 21:18:52 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-08 21:18:52 +0200
commit77263f95bbbc9d8c91ab77726f02f445a1e3f367 (patch)
treead1856db5ae23838750e189760441e9c542eaeb6 /code.txt
parent392fb37ed0ff986d2c6440a3e759bb9360e1b902 (diff)
Basic if statements
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");