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