You need to open the *.yy file of your room, and find the lines there (shown in the screenshot), and copy them.
- rN - remove a range of N characters from the beginning of a string
- rbN - leave only the specified number of characters
- rbbN - remove a range of N characters from the end of a string
- +N, -N, *N, /N - simple math operations