Walk a directory/Non-recursively: Difference between revisions

(Nimrod -> Nim)
Line 6:
'''Note:''' Please be careful when running any code presented here.
 
=={{header|8th}}==
<lang forth>
"*.c" f:glob \ puts an array of strings with the file names on the top of the stack
</lang>
=={{header|Ada}}==
{{works with|GCC|4.12}}
Anonymous user