rotate ( ch base -- ch )


Vocabulary
rot13

Inputs
chan object
basean object


Outputs
chan object


Definition


: rotate ( ch base -- ch ) [ - 13 + 26 mod ] [ + ] bi ;