3 lines
74 B
Text
3 lines
74 B
Text
(de rot13-stdIn ()
|
|
(while (line)
|
|
(prinl (mapcar rot13-Ch @)) ) )
|
(de rot13-stdIn ()
|
|
(while (line)
|
|
(prinl (mapcar rot13-Ch @)) ) )
|