Fix indentation and translation errors in doWrap,

forLoop, ifStatement, and whileLoop functions.
Also fix syntax error in broken_funcCall test
file.
This commit is contained in:
2023-11-14 21:48:04 +00:00
parent 65c608e088
commit c207c0668d
5 changed files with 13 additions and 9 deletions

View File

@@ -9,4 +9,7 @@ let x = do
let c = (class.f(path))
c.nice(callback)
return class.object()
x.cool("to", ()=term.log("epic"))
forever do
x.cool("to", ()="epic")