bdfs1m0nStructured Programming Macros

#-Line Continuation

Use this macro to continue conditional expressions across more than one line. This macro is used instead of the continuation character in column 72 of the previous line.

Format




inputline
is the continuation of a conditional expression and can be one of the following:

Entry Requirements

You can only code this macro following a #DO, #IF, or #GOTO macro.

Return Conditions

Control is passed to the next sequential instruction.

Programming Considerations

Examples

Related Macros