mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix do wrap bugs
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user