fix while loop having isLine param of 2 instead of 3

This commit is contained in:
2024-02-23 23:50:44 +00:00
parent 7a7f785b64
commit 56f5fbd61a

View File

@@ -60,7 +60,7 @@ func parseWhileLoop(code UNPARSEcode, index int, codeline []UNPARSEcode) (whileL
},
index+outindex-1,
codeline,
2,
3,
)
if err.EXISTS || !worked {
return whileLoop{}, worked, err, step