Chained Statement

A Consecutive statement with the same initial keyword can be condensed into a single chained statement. The Initial part of the statement containing the keyword must be followed by a colon “:”. All elements that follow the colon must be separated by comma.
For e.g.

1
2
3
Write :/ ,
,
.

The system would consider each individual part of a chained statement to be a complete and independent statement.

No comments:

Post a Comment