summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-06 17:17:37 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-06 17:17:37 +0200
commitad868f8d0fe0e9ab2512f717bf60a01f1b33bf6a (patch)
treec3a904254a1d6c06a27f24801c4ffc8bdabddf56 /code.txt
parent54ddaaaf7692ccec56184cb2c6958a64019b4c6e (diff)
Function calls
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;