RosettaCodeData/Task/Execute-a-system-command/Run-BASIC/execute-a-system-command.run
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
107 B
Text

print shell$("ls") ' prints the returned data from the OS
a$ = shell$("ls") ' holds returned data in a$