mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
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;
|
|
} |