Narcissist: Difference between revisions

m
→‎{{header|Phix}}: missing /, or type it in
m (→‎{{header|Phix}}: added output and interpreted/compiled remark)
m (→‎{{header|Phix}}: missing /, or type it in)
 
Line 421:
</syntaxhighlight>
{{out}}
Can be run using <code>p test.exw < test.exw</code> or the input manually typed in
<pre>
true
Line 427:
<small>Aside: I suppose there should really be a leading <code>without js -- file i/o</code>, but I wanted to keep it a 1-liner.<br>
Interpreted-only, as is: to allow a compiled version to run, change <code>command_line()[2]</code> to (say) <code>"test.exw"</code><br>
or maybe <code>substitute(command_line()[2],".exe",".exw")</code>, and ship with/install the srcsource code file.</small>
 
=={{header|PicoLisp}}==
7,796

edits