Tuesday, December 2, 2008

Continuation lines

A long statement may be broken immediately after one of the following:
an operator i.e. +, -, *, / etc..
a comma ,
a semi-colon ;
assignment :=
the keyword IS, FROM or FOR

A statement can be broken over several lines providing the continuation is indented at least as much as the first line of the statement.

No comments:


Find It