Escape sequences in strings
- 
					
					
					
					
I have found you can use \n for a new line. That's in the examples and tutorials but are there other escapes in string constants? I did not find a list of those. Typically \t is tab and
\\is \I was going to experiment to find which worked but I was wondering if that was documented anywhere, and if so where
 - 
					
					
					
					
I'm sure only
\tand\nare supported but I will check - 
					
					
					
					
I thought I put two \ characters up there. \ is often \
 - 
					
					
					
					
The forum code changes two slashes to one. try
\\(enclose with backticks)