Rot-13: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: add "in" and "out" templates)
Line 5,270: Line 5,270:
put .trans: $abc => $abc».rotate(13) for lines</syntaxhighlight>
put .trans: $abc => $abc».rotate(13) for lines</syntaxhighlight>


{{in}}
Input:
<pre>Rosetta Code</pre>
<pre>Rosetta Code</pre>


{{out}}
Output:
<pre>Ebfrggn Pbqr</pre>
<pre>Ebfrggn Pbqr</pre>