change order of bulleted list to match order of keyword characters
    
        | author | Mike Perrone <mike.j.perrone@gmail.com> | 
    
        | date | Fri, 03 Jan 2014 19:51:30 -0500 | 
    
    
        | parents | 56683eb09ecc | 
    
        | children | c220c429aab6 | 
    
        | branches/tags | (none) | 
    
        | files | chapters/08.markdown | 
Changes
    
--- a/chapters/08.markdown	Thu Apr 04 01:38:14 2013 -0400
+++ b/chapters/08.markdown	Fri Jan 03 19:51:30 2014 -0500
@@ -47,11 +47,11 @@
 very complicated, but in essence it means that all of the following are
 considered "keyword characters":
 
-* The underscore character (`_`).
 * All alphabetic ASCII characters, both upper and lower case, and their accented
   versions.
 * Any characters with an ASCII value between 48 and 57 (the digits zero through
   nine).
+* The underscore character (`_`).
 * Any characters with an ASCII value between 192 and 255 (some special ASCII
   characters).