In texts intended to be
interpreted by a
computer program, often some
characters of
strings /
words have
special meaning as
commands etc.
If you want to include those characters / strings as such, you need to tell the system they are not meant as commands, but as simple text. This is called 'escaping'
the special characters.
How to do escaping depends on the language / program for your input, but it usually involves putting some escape character in front of the command.
Some examples: