| 
 Did you know you can build your own advanced commands using for each, if, etc? The complete list of control tokens are:   - .if  
 - .else  
 - .elseif  
 - .foreach  
 - .for  
 - .while  
 - .do  
 - .break  
 - .continue  
 - .catch  
 - .leave  
 - .printf  
 - .block
   Using these command tokes you can send quite advanced instructions to the debugger that not only will make your job a lot easier, but also impress your manager immensely  
         |