Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   CALL command /wait

DESCRIPTION

Run another program; return immediately.

CALL is a native value.

ARGUMENTS

  • command -- An OS-local command line, quoted as necessary (string!)

REFINEMENTS

  • /wait -- Wait for command to terminate before returning

#SOURCE

call: make native! [  [
    "Run another program; return immediately."
    command [string!] "An OS-local command line, quoted as necessary"
    /wait "Wait for command to terminate before returning"
] ]
Clone this wiki locally