LoadError: syntax: "\" is not a unary operator

That is likely the issue. RTF files are not regular text files, but also contain formatting instructions. You need to save your code as a raw text file.

1 Like