diff options
Diffstat (limited to 'tests/vm/printi_if_greater_equal.elna')
| -rw-r--r-- | tests/vm/printi_if_greater_equal.elna | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/vm/printi_if_greater_equal.elna b/tests/vm/printi_if_greater_equal.elna new file mode 100644 index 0000000..95eb503 --- /dev/null +++ b/tests/vm/printi_if_greater_equal.elna @@ -0,0 +1,6 @@ +proc main() { + if ((1 + 1) >= (2 + 3)) + printi(3); + else + printi(5); +} |
