From 97c7ee9d0ad947290bac5e6ea29051608bb9ca04 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 15 Mar 2012 15:28:08 -0400 Subject: [PATCH] Added description of escape characters --- LANGUAGE.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/LANGUAGE.markdown b/LANGUAGE.markdown index ef21bb8..fc2e0a7 100644 --- a/LANGUAGE.markdown +++ b/LANGUAGE.markdown @@ -37,7 +37,17 @@ Here are some examples for defining numbers: #### Characters 'A' - '\x00' + + \a Bell + \b Backspace + \f Form feed + \n New line + \r Carriage return + \t Tab \v Vertical Tab + \\ Backslash + \" Double Quote + \x Hexidecimal value + \u Unicode character #### Symbols -- 2.52.0