Get system command output: Difference between revisions

m
→‎{{header|Racket}}: Added missing </code> tag.
m (→‎{{header|Wren}}: Minor tidy)
m (→‎{{header|Racket}}: Added missing </code> tag.)
Line 1,408:
We use <code>#lang racket/base</code> to show which module system is in. It would be imported anyway if we use the larger <code>#lang racket</code>.
 
This demonstrates one function: <code>system</system></code>. It is the simplest of a family of commands in the <code>racket/system</code> collection.
 
See [http://docs.racket-lang.org/reference/subprocess.html?q=system#%28def._%28%28lib._racket%2Fsystem..rkt%29._system%29%29 documentation for <code>system</code> and friends].
9,482

edits