Escape/Special characters
Escape/Special characters in JM- work just as they do in C++
Here's a list of every escape character in JM-
\\will produce:\\"will produce:"\'will produce:'\?will produce?\bwill produce a backspace (byte0x08)\nwill produce a new line (byte0x0a)\twill produce an horizontal tab (byte0x09)\vwill produce a vertical tab (byte0x0b)
Last updated
Was this helpful?