Line Continuation

Line continuation allows an instruction or logical line to span one or more physical lines. This allows you to break up long lines of code into more readable “chunks”. Line continuation is indicated by one white space character that immediately precedes a single underscore character as the last character of a line of text. Following is an example of line continuation:

Public Temp, RH, WindSp, WindDir, _

BatteryV, IntRH, IntTemp, RainTot, _

RainInt, Solar