summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-06 11:17:56 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-06 11:17:56 +0200
commit2696105687d9c889ec4cccd449846135f83af404 (patch)
tree032c4c114049631767b08df21bc165d0ccbdb8b9 /code.txt
parentf67988fbfde6ad8a91466ef5d4227dcf9e5db6ce (diff)
Fix (-) handling
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/code.txt b/code.txt
index 3b04c0f..ae7ef31 100644
--- a/code.txt
+++ b/code.txt
@@ -1,3 +1,5 @@
a = 1;
b = 2;
-c = 1 + -x - 3 > -1;
+c = 1 + (- a - 3 + b > -1);
+b += 1;
+b = 3*(b//3-1);