mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add anymap to allow map with __call__ in thread
This commit is contained in:
@@ -12,6 +12,8 @@ func typeof(val any) string {
|
||||
return "string"
|
||||
case []any:
|
||||
return "array"
|
||||
case anymap:
|
||||
return "map"
|
||||
case Callable:
|
||||
return "function"
|
||||
case builtinFunc:
|
||||
|
||||
Reference in New Issue
Block a user