Vidir: Difference between revisions

Content added Content deleted
m (→‎{{header|RPL}}: Limitations)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 495: Line 495:


This has been written to work on Linux but should work on other platforms with minor changes.
This has been written to work on Linux but should work on other platforms with minor changes.
<syntaxhighlight lang="ecmascript">import "os" for Process
<syntaxhighlight lang="wren">import "os" for Process
import "io" for Directory, File
import "io" for Directory, File
import "./fmt" for Fmt
import "./fmt" for Fmt