Print itself: Difference between revisions

Content added Content deleted
No edit summary
Line 7: Line 7:
:* [[Entropy/Narcissist]].
:* [[Entropy/Narcissist]].
<br>
<br>

=={{header|Batch}}==
<lang Batch>
@echo off
for /f "tokens=*" %%s in (%~n0%~x0) do (echo %%s)
</lang>


=={{header|Furor}}==
=={{header|Furor}}==