Nasal-Interpreter/std/subprocess.nas

3 lines
53 B
Plaintext

var run = func() {
return __subprocess_run();
}