mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user