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

@@ -70,7 +70,7 @@ func parseIfStatement(code UNPARSEcode, index int, codeline []UNPARSEcode) (ifst
},
i,
codeline,
2,
3,
)
if err.EXISTS || !worked {
return ifstatement{}, worked, err, step
@@ -99,7 +99,7 @@ func parseIfStatement(code UNPARSEcode, index int, codeline []UNPARSEcode) (ifst
},
i,
codeline,
2,
3,
)
if err.EXISTS {
return ifstatement{}, false, err, step