summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/code.txt b/code.txt
index 7ccf12d..07e132d 100644
--- a/code.txt
+++ b/code.txt
@@ -3,6 +3,11 @@ b = !2;
c = 1 + (- a - 3 + b > -1);
b += 1;
b = 3*(b//3-1);
-
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;
+1 / 1 / 1;
+1 ** 1 ** 1;