Development Environment    

Entering Long Functions

If a statement does not fit on one line, use an ellipsis (three periods, ...) to indicate that the statement continues on the next line, press Enter or Return to advance to the next line, and then continue entering the statement. For example,

For items in single quotes, such as strings, put the quotes in each line. For example, entering the following long string

results in

The maximum number of characters allowed on a single line is 4096.


 Entering Multiple Functions in a Line Syntax Highlighting