;(semicolon) cancels CR+LF of PRINT statements as follows. PRINT"ABC":PRINT"DEF" results in ABC DEF and PRINT"ABC";:PRINT"DEF" results in ABCDEF