Rot-13: Difference between revisions

→‎{{header|Raku}}: add one-liner
(→‎{{header|Raku}}: add "in" and "out" templates)
(→‎{{header|Raku}}: add one-liner)
Line 5,275:
{{out}}
<pre>Ebfrggn Pbqr</pre>
 
As a one-liner:
 
<syntaxhighlight lang=console>$ raku -pe '.=trans: {$_ => $_».rotate(13)}({[$_».uc, @$_]}("a".."z"))'</syntaxhighlight>
 
=={{header|RapidQ}}==
1,934

edits