functional overview
The process is branched according to conditions.
Details of Functions
Subject 1andSubject 2andtermsDetermine whether or not the
termsis true,trueProceed to the logic specified in
termsis false,FalseProceed to the logic specified in
- attention (heed)
- In the debug log,trueandFalseparameter outputs the number of logics to be skipped.
- note
- If the process is constructed in the following steps, the "result of the addition process" is 3, so the result of the conditional branch is false and process B is executed.
procedure Comment logic name (programming language) Details of processing, etc. 1 addition process Calculation/Addition n + 1 2 if Control statement/If Result of "additive process" = 10.
If true, "Process A].
If false, "Process B".3 Process A 4 end of process 5 Process B
parameter
- argument (e.g. function, program, programme)
-
Subject 1 numeric data character string data Date & Time Data
Specify the comparison target.terms Subject 1andSubject 2Specify the condition under which the relationship between the two is true.
- = (after a noun, adjective stem, onomatopoeic-mimetic word, etc.)
- >=
- ≦
- >
- <
- ≠
Subject 2 numeric data character string data Date & Time Data
Specify the comparison target.true termsSpecifies the logic to be executed next if False termsSpecifies the logic to be executed next when
- return value
- without