Counter
   - Of course, you can do things other ways too.
 
   - For instance, if you want to make a counter,
 
   - you can just use a series of states.
 
   - Each activates the next slowly, 
 
   - and inhibits the prior one.
 
   - This will just slowly go through the states.
 
   - They can just be used for a time delay
 
   - or you can use them to do a sequence of things.
 
   - You can make it a circle with the last activating the first,
       and the first inhbiting the last.
 
   - This would last until you shut it off.