Closed ghost closed 4 years ago
@Coolnesss @emlai
Is there any system() function in Delta for executing system commands?
system()
You can use the system() function from C by importing stdlib.h (or declaring the function prototype).
stdlib.h
The Delta standard library doesn't have similar functionality yet.
@Coolnesss @emlai
Is there any
system()
function in Delta for executing system commands?