f$ = dir("c:\")
while f$ <> ""
print f$
f$ = dir()
end while
Будет напечатано что-то вроде
$Recycle.Bin
autoexec.bat
Backup
Boot
bootmgr
Documents and Settings
IO.SYS
MSDOS.SYS
MSOCache
pagefile.sys
Program Files
ProgramData
System Volume Information
temp
Users
Windows
=== Впервые в версии: ===
0.9.6.55