Execute a system command: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
m (Replace deprecated function)
 
Line 1,906: Line 1,906:
const proc: main is func
const proc: main is func
begin
begin
cmd_sh("ls");
shellCmd("ls");
end func;</syntaxhighlight>
end func;</syntaxhighlight>