summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-06 11:51:11 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-06 11:51:11 +0200
commit6eb5ea040f9ebc1a99953ff72c48ebe9f97f7f3c (patch)
tree8cfe5e013cf551053ebb4faceaa514c435a7e3c6 /code.txt
parent2696105687d9c889ec4cccd449846135f83af404 (diff)
Ditch suffix; make prefix work better
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/code.txt b/code.txt
index ae7ef31..544e5d1 100644
--- a/code.txt
+++ b/code.txt
@@ -1,5 +1,5 @@
a = 1;
-b = 2;
+b = !2;
c = 1 + (- a - 3 + b > -1);
b += 1;
b = 3*(b//3-1);