ignore indentation on empty lines

This commit is contained in:
2025-06-05 23:31:18 +01:00
parent 5e1cf0c8b1
commit 4c2c5a4f79
2 changed files with 25 additions and 6 deletions

20
test.ar
View File

@@ -23,7 +23,23 @@ let a,
if (x) do
term.log("hello world")
term.log("hello world")
else term.log("bruh")
if (x) term.log("hello world")
else term.log("bruh")