mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
begin coverting old code that uses non oop numbers to use oop numbers
This commit is contained in:
@@ -8,6 +8,8 @@ func typeof(val any) string {
|
||||
return "boolean"
|
||||
case string:
|
||||
return "string"
|
||||
case number:
|
||||
return "number"
|
||||
case []any:
|
||||
return "array"
|
||||
case anymap:
|
||||
|
||||
Reference in New Issue
Block a user