From a04777a20e60857f880775c3c6ed23c6d1e72eca Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 22 Jan 2025 00:25:22 +0100 Subject: Feature: Add support for division and multiplication --- examples/7.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/7.src b/examples/7.src index 1245e45..9bb3c73 100644 --- a/examples/7.src +++ b/examples/7.src @@ -1,7 +1,7 @@ let main = () => { let i = 4; - if (i - 1) == 5 - (1 + 1) { + if (1 - 1 * 2) == 5 - (10 / 2) - 1 { print(i); return i; }; -- cgit 1.4.1