Program name: Difference between revisions

Content added Content deleted
(→‎{{header|Euphoria}}: Euphoria example added)
Line 200: Line 200:
Program = ?FILE,
Program = ?FILE,
io:format("Program: ~s~n", [Program]).</lang>
io:format("Program: ~s~n", [Program]).</lang>

=={{header|Euphoria}}==
<lang euphoria>constant cmd = command_line()
puts(1,cmd[2])</lang>


=={{header|Factor}}==
=={{header|Factor}}==