Rotation

GCW Script has implemented the classic rotation functions ROT5ROT13ROT18 and ROT47 as well as a general rotation function ROTX for miscelleanous numbers.

  • ROT5(string) => string
  • ROT13(string) => string
  • ROT18(string) => string
  • ROT47(string) => string
  • ROTX(string, number) => string