Vidir: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(add RPL)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
(One intermediate revision by one other user not shown)
Line 459:
 
=={{header|RPL}}==
This program, written in User RPL, can modify the name of one or more objects - variable or program, including itself - in the current directory, but cannot delete any of them: RPL "full-line" editor does not allow to identify which name(s) are removed from the list.
{{works with|HP|48G}}
≪ <span style="color:red">"VIDIR"
Line 494 ⟶ 495:
 
This has been written to work on Linux but should work on other platforms with minor changes.
<syntaxhighlight lang="ecmascriptwren">import "os" for Process
import "io" for Directory, File
import "./fmt" for Fmt
9,482

edits