mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
start moving numbers to oop
This commit is contained in:
@@ -2,8 +2,6 @@ package main
|
||||
|
||||
func typeof(val any) string {
|
||||
switch x := val.(type) {
|
||||
case number:
|
||||
return "number"
|
||||
case nil:
|
||||
return "null"
|
||||
case bool:
|
||||
|
||||
Reference in New Issue
Block a user