Displays a decoded message.
R3THANKS(cipher)
cipher |
- |
Optional. A series, the cipher required to decode the message. |
If a cipher is provided, the encoded data is decoded using the cipher and the resulting message is displayed.
mes = R3THANKS(cipher) returns the decoded message as a string.
If no cipher is provided, the encoded source series is returned.
r3thanks()
returns the original encoded data.
r3thanks({100, 200, 300, 400})
displays an incorrectly decoded message.
The series {1958, 1, 11} is a particularly useful cipher.