From 772b1e013bb0068d7347d0bbe2ff73c67358ee1b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 11:04:48 +0200 Subject: 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. --- tests/if-else/test.out | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/if-else/test.out (limited to 'tests/if-else/test.out') 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 -- cgit v1.1