cx-language / cx

C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130 stars 9 forks source link

Executing system commands #61

Closed ghost closed 4 years ago

ghost commented 4 years ago

@Coolnesss @emlai

Is there any system() function in Delta for executing system commands?

emlai commented 4 years ago

You can use the system() function from C by importing stdlib.h (or declaring the function prototype).

The Delta standard library doesn't have similar functionality yet.