update how powers work

This commit is contained in:
2023-06-17 00:57:17 +01:00
parent 651830ec31
commit 63d7616053
15 changed files with 107 additions and 33 deletions

View File

@@ -84,7 +84,7 @@ func runCall(c call, stack stack, stacklevel int) (any, ArErr) {
c.line,
c.code,
c.path,
}, stack, stacklevel)
}, stack, stacklevel+1)
if !err.EXISTS {
callable = callable_
}