Handbook
Glossary
rotate ( ch base -- ch )
Vocabulary
rot13
Inputs
ch
an
object
base
an
object
Outputs
ch
an
object
Definition
USING:
kernel
math
;
IN:
rot13
:
rotate
( ch base -- ch )
[
-
13
+
26
mod
]
[
+
]
bi
;