Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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