Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 214 Bytes

exec.sh.md

File metadata and controls

10 lines (8 loc) · 214 Bytes

exec

exec -- Executes an external program.

func::exec executes an external program and sets its output to the variable.

Usage

// Function form.
void func::exec(string* output, string arguments...)