mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
impliment do wraps
This commit is contained in:
@@ -50,6 +50,10 @@ func runVal(line any, stack stack) (any, ArErr) {
|
||||
return runVal(x.VAL, stack)
|
||||
case operationType:
|
||||
return runOperation(x, stack)
|
||||
case dowrap:
|
||||
return runDoWrap(x, stack)
|
||||
case CallJumpStatment:
|
||||
return runJumpStatment(x, stack)
|
||||
case ArDelete:
|
||||
return runDelete(x, stack)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user