RosettaCodeData/Task/Get-system-command-output/Run-BASIC/get-system-command-output.b...

3 lines
91 B
Plaintext

a$ = shell$("dir") ' Returns the directory info into a$
print a$ ' prints the directory