Jump to content

Get system command output: Difference between revisions

Moved the Mathematica example below the Lua one where it belongs.
(Moved the Mathematica example below the Lua one where it belongs.)
Line 429:
23.06.2016 18:21 <DIR> base9
<snip>"</lang>
 
=={{header|Mathematica}}==
<lang Mathematica>RunProcess["date"]</lang>
{{out}}
<pre><|"ExitCode" -> 0, "StandardOutput" -> "Wed Oct 4 14:01:01 BST 2017", "StandardError" -> ""|></pre>
 
=={{header|Lua}}==
Line 440 ⟶ 435:
{{out}}
<pre>Hurrah!</pre>
 
=={{header|Mathematica}}==
<lang Mathematica>RunProcess["date"]</lang>
{{out}}
<pre><|"ExitCode" -> 0, "StandardOutput" -> "Wed Oct 4 14:01:01 BST 2017", "StandardError" -> ""|></pre>
 
=={{header|ooRexx}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.