Execute a system command: Difference between revisions

Content added Content deleted
(added Erlang.)
Line 57: Line 57:
print(`failed to execute ls: $problem`)
print(`failed to execute ls: $problem`)
}
}

=={{header|Erlang}}==
os:cmd("ls").


=={{header|Forth}}==
=={{header|Forth}}==