Scripting|libcore: Added built-in typeof() for checking value types
typeof() returns the type of its argument as a string (e.g.,typeof(4) returns "Number"). Implemented the typeId() method ineach Value class.
View differences
Scripting|libcore: Added built-in typeof() for checking value types
typeof() returns the type of its argument as a string (e.g.,
typeof(4) returns "Number"). Implemented the typeId() method in
each Value class.