Execute a system command: Difference between revisions

(Correct link to readDir)
Line 556:
Execute "ls" and capture the output in the variable "r":
<lang K> r: 4:"ls"</lang>
 
=={{header|lang5}}==
<lang lang5>'ls system</lang>
 
=={{header|Liberty BASIC}}==
Anonymous user