From e9cd3e5d0157f145dc0c3fea59f434fdd5ae55c6 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 1 Aug 2026 20:03:34 +0200 Subject: Evaluate strings at compile time --- source/main.elna | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/main.elna') diff --git a/source/main.elna b/source/main.elna index c127ba4..369d013 100644 --- a/source/main.elna +++ b/source/main.elna @@ -34,6 +34,8 @@ var stderr: ^FILE stdin: ^FILE + t: Word := [3]Int{ 1, 2, 3 }.length + (* Standard procedures. *) -- cgit v1.2.3