Determine if only one instance is running: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (BaCon moved to the BASIC section.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 1,383:
 
Otherwise, the script completes normally and the special file is deleted just before it exits.
<syntaxhighlight lang="ecmascriptwren">import "io" for File, FileFlags
 
var specialFile = "wren-exclusive._sp"
9,476

edits