To permanently ignore tokens, do one of the following:
- To ignore globally, place at the top of the file on its own line:
//harmonious
- To ignore within a particular block of code, wrap the code in the following:
//harmonious
...your code...
//harmonious_end