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

3 lines
91 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a$ = shell$("dir") ' Returns the directory info into a$
print a$ ' prints the directory