aboutsummaryrefslogtreecommitdiff
path: root/tests/if-else/test.out
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-21 12:05:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-21 12:05:31 +0200
commit141693278ef900655efae53990d084058b008a90 (patch)
tree5b247e57d279a5f40e380d8ca35e871332d82712 /tests/if-else/test.out
parent4a5c11f559e72bb6f5d8c28815c57c1690408f29 (diff)
Add support for single line if-blocks
So now we can do: if true print true else print false Instead having to do: if true { print true } else { print false }
Diffstat (limited to 'tests/if-else/test.out')
-rw-r--r--tests/if-else/test.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/if-else/test.out b/tests/if-else/test.out
index 71c9a23..58501cb 100644
--- a/tests/if-else/test.out
+++ b/tests/if-else/test.out
@@ -11,3 +11,6 @@
1
1
1
+1
+1
+1