Program name: Difference between revisions

m
(added langur language example)
Line 1,009:
=={{header|langur}}==
The script name is in the _script variable (separate from the arguments, in the _args variable).
<lang langur>#!writeln /usr/bin/langur"script: ", _script
 
writeln "script: ", _script
writeln "script args: ", _args
</lang>
885

edits