Rot-13: Difference between revisions

270 bytes added ,  1 month ago
no edit summary
(Add Haxe example)
No edit summary
Line 6,910:
Tras decodificar : nowhere ABJURER
</pre>
 
 
=={{header|YAMLScript}}==
<syntaxhighlight lang="yaml">
!yamlscript/v0
 
s =: set(nil).into("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
m =: drop(26 s).concat(take(26 s)).zipmap(s _)
 
defn main(s):
l =: map(\(m %1 %1) s)
say: str(l*)
</syntaxhighlight>
 
 
55

edits