From 3b0cc79dee76244da55d2326cc4244a384d85e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 9 Nov 2025 13:23:05 +0100 Subject: feat(calc)): supports factorial --- example/input.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/input.txt b/example/input.txt index a32d267..7efcb9c 100644 --- a/example/input.txt +++ b/example/input.txt @@ -2,6 +2,6 @@ a = 7;; b = 4 (a + b) * 10 / 2 x = 20 -y = 3 -z = 2y +y = 2! +z = y/2 10 + 4(z / y)(x / 4) -- cgit v1.2.3