Program name: Difference between revisions

Content added Content deleted
(MATLAB has no endfunction keyword (if I remember correctly), so this program only works in Octave. Also, the #! is wrong.)
({{header|AWK}})
Line 5: Line 5:


Examples from [https://github.com/mcandre/scriptname GitHub].
Examples from [https://github.com/mcandre/scriptname GitHub].

=={{header|AWK}}==

<lang awk>BEGIN { print "The invocation name is:" ARGV[0] }</lang>


=={{header|BASIC}}==
=={{header|BASIC}}==