Execute a system command: Difference between revisions

m
Line 639:
=={{header|Gambas}}==
<lang gambas>Public Sub Main()
'''[https://gambas-playground.proko.eu/ You can run this code. Copy the code, click this link, paste it in and press 'Run !']'''
 
Shell "ls -aul"
 
Anonymous user