fix do wrap bugs

This commit is contained in:
2023-03-11 02:06:36 +00:00
parent 597be4e0df
commit f5d8eb6d70
5 changed files with 18 additions and 16 deletions

View File

@@ -193,11 +193,7 @@ func setVariableValue(v setVariable, stack stack) (any, ArErr) {
if err.EXISTS {
return nil, err
}
switch x := respp.(type) {
case PassBackJumpStatment:
respp = x.value
}
resp = respp
resp = openJump(respp)
}
if v.TYPE == "let" {