Execute a system command: Difference between revisions

Content added Content deleted
No edit summary
Line 16: Line 16:
</lang>
</lang>


=={{header|ALGOL 68}}==
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9 - "system" is not part of the standard preclude.}}
<lang>system("ls")</lang>
=={{header|AppleScript}}==
=={{header|AppleScript}}==
do shell script "ls" without altering line endings
do shell script "ls" without altering line endings