[SYMBOL]
            
              [A]
            
              [B]
            
              [C]
            
              [D]
            
              [E]
            
              [F]
            
              [G]
            
              [H]
            
              [I]
            
              [J]
            
              [K]
            
              [L]
            
              [M]
            
              [N]
            
              [O]
            
              [P]
            
              [Q]
            
              [R]
            
              [S]
            
              [T]
            
              [U]
            
              [V]
            
              [W]
            
              [X]
            
              [Y]
            
              [Z]
            
  The Analytical Language of John Wilkins 
		   #!/usr/local/bin/python 
		   -u command-line option 
		   ; (semicolon) 
		   " and XML editors 
		   <?xml 
		   > (right angle bracket) 
		   << operator 
		   * and ** tokens 
		   \ (backslash) 
		  2nd 
		       raw-string syntax, and 
		       Windows global IDs, and 
		   [?? ??] and [!! !!] for embedded code blocks 
		   , (comma), use in packing 
		   #! (shebang) 
		   ( ) (parentheses)     tuples, and 
		   + (plus) operator 
		   ?: (ternary operator) 
		  2nd 
		  [See also ternary operator] ' (quote, single) 
		   " (quote, double) 
		   '' (empty string) joiner 
		   ''' or """ (triple quotes) 
		   ' ' (space) joiner 
		   / (forward slash) 
		   % (string-formatting operator) 
		  2nd 
		  3rd 
		       named-values variant 
		   _ (underscore) 
		   _findCookie 
		   _getCookieFiles 
		   _getframe 
		  2nd 
		   _getLocation 
		   _read_ready 
		   _winreg module 
		  2nd 
		   _write_data 
		   _ _call_ _ 
		  2nd 
		  3rd 
		       composing functions using 
		   _ _class_init_ _ 
		   _ _contains_ _ 
		   _ _copy_ _ 
		   _ _debug_ _ variable 
		   _ _dict_ _ 
		       instance's state, and 
		   _ _eq_ _ 
		   _ _excepthook_ _ 
		   _ _getattr_ _ 
		  2nd 
		   _ _getstate_ _ 
		   _ _hash_ _ 
		   _ _import_ _ 
		   _ _init_ _ 
		   _ _setattr_ _ 
		   _ _setstate_ _ 
		   _ _slots_ _ 
		   _ _str_ _ 
		   _getframe 
		   4Suite's xml.xslt package 
		  
 
  |