Program name: Difference between revisions

→‎{{header|Euphoria}}: Euphoria example added
(→‎{{header|Euphoria}}: Euphoria example added)
Line 200:
Program = ?FILE,
io:format("Program: ~s~n", [Program]).</lang>
 
=={{header|Euphoria}}==
<lang euphoria>constant cmd = command_line()
puts(1,cmd[2])</lang>
 
=={{header|Factor}}==
Anonymous user