Execute a system command: Difference between revisions

Content added Content deleted
mNo edit summary
Line 248: Line 248:
=={{header|Arturo}}==
=={{header|Arturo}}==


<lang arturo>print $(shell "ls")</lang>
<lang arturo>print [shell "ls"]</lang>


{{out}}
{{out}}