tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
10
Task/Rot-13/PostScript/rot-13.ps
Normal file
10
Task/Rot-13/PostScript/rot-13.ps
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/r13 {
|
||||
4 dict begin
|
||||
/rotc {
|
||||
{
|
||||
{{{64 gt} {91 lt}} all?} {65 - 13 + 26 mod 65 +} is?
|
||||
{{{95 gt} {123 lt}} all?} {97 - 13 + 26 mod 97 +} is?
|
||||
} cond
|
||||
}.
|
||||
{rotc} map cvstr
|
||||
end}.
|
||||
Loading…
Add table
Add a link
Reference in a new issue