Execute a system command: Difference between revisions

Content added Content deleted
(Add a Mercury version.)
(Added Bracmat)
Line 97: Line 97:
And if running BBC BASIC on a Unix host, you can execute the ls command:
And if running BBC BASIC on a Unix host, you can execute the ls command:
<lang bbcbasic>OSCLI "ls"</lang>
<lang bbcbasic>OSCLI "ls"</lang>

=={{header|Bracmat}}==
<lang bracmat>sys$dir</lang>


=={{header|Brat}}==
=={{header|Brat}}==