This commit is contained in:
Valk Richard Li
2020-10-25 22:15:49 +08:00
parent 4e260767ae
commit ea99e073f7
4 changed files with 232 additions and 6 deletions
+4
View File
@@ -90,6 +90,10 @@ var type=func(object)
{
return nasal_call_builtin_type(object);
}
var substr=func(str,begin,length)
{
return nasal_call_builtin_substr(str,begin,length);
}
var io=
{