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