Execute a system command: Difference between revisions

→‎{{header|Forth}}: ++ gnu octave
(→‎{{header|Forth}}: ++ gnu octave)
Line 86:
{{works with|gforth|0.6.2}}
s" ls" system
 
=={{header|GNU Octave}}==
<lang octave>system("ls");</lang>
 
=={{header|Haskell}}==