aboutsummaryrefslogtreecommitdiff
path: root/tests/if-else/test.out
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 11:04:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 11:08:08 +0200
commit772b1e013bb0068d7347d0bbe2ff73c67358ee1b (patch)
tree8d7bdd8999ed62db77015e60d6115eb6ff235912 /tests/if-else/test.out
parentbecea217436a79b7ef37a023da6cb4c560225a71 (diff)
Implement if-else conditions
if if! elif elif! else The expression should evaluate to true of false. The if! and elif! versions are provided as shortcuts to writing if (!...). See tests/if-else for examples.
Diffstat (limited to 'tests/if-else/test.out')
-rw-r--r--tests/if-else/test.out9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/if-else/test.out b/tests/if-else/test.out
new file mode 100644
index 0000000..bb08505
--- /dev/null
+++ b/tests/if-else/test.out
@@ -0,0 +1,9 @@
+1
+1
+1
+1
+1
+1
+1
+1
+1