Branching statement

Branching statements are use to jump from a step in a use case to another step.

A branching statement has the form

[delay_specification] [condition_statement] ``GOTO'' [``STEP''] step_reference

Branching statements can only appear as last in a procedure.



Stephane 2007-09-03