Line Continuation

Previous  Next

 

_ (underscore)

 


 

If the last character on the line is '_' then that specifies that the next line is a continuation of this line

 

Example:

 

DECLARE FUNCTION GetVersionEx LIB kernel ALIAS "GetVersionExA"_

                                               ( BYREF info AS INTEGER ) AS INTEGER

DIM Kalle_Anka AS STRING

LET Kalle_Anka =_

  "This is probably to long to be on the same line as the variable (I think ?)"