Jump to content

Program name: Difference between revisions

{{header|AWK}}
(MATLAB has no endfunction keyword (if I remember correctly), so this program only works in Octave. Also, the #! is wrong.)
({{header|AWK}})
Line 5:
 
Examples from [https://github.com/mcandre/scriptname GitHub].
 
=={{header|AWK}}==
 
<lang awk>BEGIN { print "The invocation name is:" ARGV[0] }</lang>
 
=={{header|BASIC}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.