From 500c0676b3f6cd5a2297987d5b0dc7ccf34a28d9 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 13 Jul 2026 18:14:45 +0200 Subject: Make return statement part of the body and not a statement --- source/main.elna | 1 + 1 file changed, 1 insertion(+) (limited to 'source/main.elna') diff --git a/source/main.elna b/source/main.elna index 37d0f07..b7ce29c 100644 --- a/source/main.elna +++ b/source/main.elna @@ -851,5 +851,6 @@ end begin initialize_global_state(); + return process(count, parameters) end. -- cgit v1.2.3