Adding a colon, the compiler treats the next line as a new line. For example:


IF Box = 4 THEN : GOSUB Square : ELSEIF Triangle = 3 THEN : LOW LED : ENDIF

Would be the same as:


IF Box =...