This commit is contained in:
Valk Richard Li
2020-11-02 12:24:12 +08:00
parent ba04e1edc7
commit 3868e986fb
3 changed files with 78 additions and 57 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ var die=func(str)
nasal_call_builtin_die(str);
return nil;
}
var type=func(object)
var typeof=func(object)
{
return nasal_call_builtin_type(object);
}