update
This commit is contained in:
parent
b674618823
commit
a00b740ad7
|
@ -1,9 +1,10 @@
|
||||||
var system=
|
var system=func(str)
|
||||||
{
|
{
|
||||||
# print the type of thing on the screen
|
nasal_call_builtin_system(str);
|
||||||
type:func(thing)
|
|
||||||
{
|
|
||||||
nasal_call_builtin_scalar_type(thing);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
};
|
var sleep=func(duration)
|
||||||
|
{
|
||||||
|
nasal_call_builtin_sleep(duration);
|
||||||
|
return;
|
||||||
|
}
|
Loading…
Reference in New Issue