fix syntax error on single new line after if statement

This commit is contained in:
2025-06-05 23:26:49 +01:00
parent d941b88b70
commit 5e1cf0c8b1
4 changed files with 28 additions and 17 deletions

View File

@@ -5,7 +5,9 @@ let a,
temp_result,
compute_area(radius) = 3.1415,
identity(x) = x,
f(x),
f(x)=do
term.log("hello world")
,
g(y, z),
result,
z = 0,
@@ -23,4 +25,5 @@ let a,
if (x) term.log("hello world")
if (x) term.log("hello world")
else term.log("bruh")