From c7a26d3c6125caa9239cec9bf08db935d98e19c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 8 Nov 2025 22:53:41 +0100 Subject: feat(syntax): eval statement --- example/input.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'example/input.txt') diff --git a/example/input.txt b/example/input.txt index a530f47..7233dc7 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,8 +1,7 @@ -:a = 7 -:b = 4 -:res = (:a + :b) * 10 / 2 +:a = 7;; :b = 4;; +(:a + :b) * 10 / 2 :x = 20 :y = 3 :z = 6 -:val = 10 + :z / :y * :x / 4 +10 + :z / :y * :x / 4 -- cgit v1.2.3