Program name: Difference between revisions

m
Line 1,010:
The script name is in the _script variable (separate from the arguments, in the _args variable).
<lang langur>writeln "script: ", _script
writeln "script args: ", _args</lang>
</lang>
 
{{out}}
890

edits