forked from xxq250/Nasal-Interpreter
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
#nasal-strict-lib thread
|
|
|
|
var thread=func(__function)
|
|
{
|
|
__system_call_cpp_new_thread(__function);
|
|
return 0;
|
|
} |