mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
fix do wrap bugs
This commit is contained in:
@@ -38,7 +38,7 @@ func parseDoWrap(code UNPARSEcode, index int, codelines []UNPARSEcode) (any, boo
|
||||
return nil, false, ArErr{"Syntax Error", "invalid indent", i, code.path, codelines[i].code, true}, 1
|
||||
}
|
||||
|
||||
val, _, err, step := translateVal(codelines[i], i, codelines, 2)
|
||||
val, _, err, step := translateVal(codelines[i], i, codelines, 3)
|
||||
i += step
|
||||
if err.EXISTS {
|
||||
return nil, false, err, i - index
|
||||
|
||||
Reference in New Issue
Block a user