Skip to content
btiffin edited this page Dec 20, 2011 · 1 revision

Usage

call command

Description

Executes a command to run another process.

call is a function!

Arguments

command -- The command line [string!]

Examples

Under GNU/Linux

w> call "ls"
cortex_alpha.pdf  libs      README   src       test      world         world_win32.exe
cortex.w          mandle.w  rebol.w  world_macosx
== 0
w>

Clone this wiki locally