3 lines
107 B
Text
3 lines
107 B
Text
|
|
print shell$("ls") ' prints the returned data from the OS
|
||
|
|
a$ = shell$("ls") ' holds returned data in a$
|