SIMPOL Documentation

Line Breaks and White Space

Line breaks are normally interpreted as end of statement characters unless they are suppressed by the programmer through the use of a line continuation character. White space characters (spaces, tabs, and end of line characters) are considered to be token separators similar to other punctuation such as parentheses and are otherwise ignored except when found within string literals.