mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
about to start implimentation of if statments, and add not
This commit is contained in:
@@ -56,7 +56,7 @@ func runDoWrap(d dowrap, stack stack, stacklevel int) (any, ArErr) {
|
||||
return nil, err
|
||||
}
|
||||
switch x := val.(type) {
|
||||
case PassBackJumpStatment:
|
||||
case Return:
|
||||
return x, ArErr{}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user