Print itself: Difference between revisions

Content added Content deleted
(Added a related task.)
Line 54: Line 54:
Not really sure what the point of this task is.
Not really sure what the point of this task is.


Is is supposed to be a quine?
Is it supposed to be a quine?
<lang perl6>my &f = {say $^s, $^s.raku;}; f "my \&f = \{say \$^s, \$^s.raku;}; f "
<lang perl6>my &f = {say $^s, $^s.raku;}; f "my \&f = \{say \$^s, \$^s.raku;}; f "
</lang>
</lang>