Quine: Difference between revisions

162 bytes added ,  4 years ago
Line 2,184:
More attractive in the capture, the above is not quite right when it comes to newlines. So, the better answer would be:
<pre>
prompt$ ./lilone "$(./lilone 'write [reflect this]')"
write [reflect this]prompt$</pre>
 
As an extra evaluation trial, command substitution from lilone, back into lilone:
<pre>prompt$ ./lilone "$(./lilone 'write [reflect this]')"
write [reflect this]prompt$</pre>
 
Anonymous user