fully add init map

This commit is contained in:
2023-06-20 22:41:12 +01:00
parent e7ab5c9b7e
commit 3cec4a2339
5 changed files with 129 additions and 49 deletions

View File

@@ -81,6 +81,7 @@ func runCall(c call, stack stack, stacklevel int) (any, ArErr) {
callable_, err := mapGet(ArMapGet{
x,
[]any{"__call__"},
true,
c.line,
c.code,
c.path,