Execute a system command: Difference between revisions

m
added Befunge-98 to the list
m (added Befunge-98 to the list)
Line 310:
And if running BBC BASIC on a Unix host, you can execute the ls command:
<lang bbcbasic>OSCLI "ls"</lang>
 
=={{header|Befunge}}==
{{works with|Befunge|98}}
Works with any Funge-98 on Unix, try https://tio.run/##RY9LT4NAFIXXd37FME1sUtDepiEiVMBO@lhAwsa4UBnaZqwPZGoLGJumfx1n3HiW35ece@5avjTVVl7eeF3Xts1BBgCUUoEmArjNMSVtNOEXhuNxULB@cUZIcfg0JIwFXGmBP1puERLLzW4JLT9VBYC1afpGWOw9R5BalW8HTV8NrRG8xqY@WZXBztK0MlQiTPWcd7Jh@eQ/ur@n9ReC1DkSFtLnKD8JPIlNbJtZtXMlhKMQ7h7c@zQZz/wg5qgSEuY0fAz9niPij3JgbhR/n/Xhejly6chl2R5xblld9ws
<lang befunge>"sl"=@;pushes ls, = executes it, @ ends it;</lang>
 
=={{header|Bracmat}}==
Anonymous user