If you type this program: ```assembly if 2+2<5 display "Correct!" display a endif ``` And then press "*Highlight Assembly*", the syntax highlighter turns it into this program: ```assembly if 2+2<;5 display "Correct!" display a endif ``` Which is no longer a valid PicoBlaze Assembly program.