Following code does not compile: ``` Serial.println("/\\"); Serial.println("//"); ``` but insert a comment in between: ``` Serial.println("/\\"); //\ Serial.println("//"); ``` ... and it does wtf?