functional overview
A marker that terminates the branching of a conditional statement.
Details of Functions
immediately before Control statement/If(start) , , Control Statements/ElseIf , , Control statement/Else represents the end of a branch of the
- note
- If the process is constructed in the following steps, the result of If is true and process A is executed because the "result of the addition process" is 3.
Since the result of If is true, the following Else and process B are not executed and proceed to EndIf.
Process C is then executed.procedure Comment logic name (programming language) Details of processing, etc. 1 addition process Calculation/Addition n + 1 2 if Control statement/If(start) Additive process result = 3 3 Process A 4 Else Control statement/Else 5 Process B 6 EndIf Control statement/If(end) 7 Process C
parameter
- argument (e.g. function, program, programme)
- without
- return value
- without