Print itself: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 55: Line 55:
puts(1,get_text(substitute(command_line()[2],".exe",".exw")))
puts(1,get_text(substitute(command_line()[2],".exe",".exw")))
</pre>
</pre>

=={{header|PowerShell}}==
<lang>
Write-Host $MyInvocation.MyCommand
</lang>


=={{header|Raku}}==
=={{header|Raku}}==