Escape characters

Escape characters in JM- work just as they do in C++

Every escape character

Here's a list of every escape character in JM-

  • \\ That will produce: \

  • \" That will produce: "

  • \' That will produce: '

Last updated