From: Mike D. Lowis Date: Thu, 15 Mar 2012 19:28:08 +0000 (-0400) Subject: Added description of escape characters X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=97c7ee9d0ad947290bac5e6ea29051608bb9ca04;p=archive%2Fdlang.git Added description of escape characters --- 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