functional overview
Perform another logic.
Details of Functions
executable processExecutes the process specified in
executable processis completed, it continues on to the next logic step regardless of the outcome of the process.
- note
- If the process is built in the following steps, the message will show "3".
main logicprocedure Comment logic name (programming language) Details of processing, etc. 1 process call Control statement/process execution Additive sub-logic."
Call the2 message indication Message/Toast display The result of the "process call."
Display on screen.procedure Comment logic name (programming language) Details of processing, etc. 1 addition process Calculation/Addition Do 1+2. 2 end of process Control statement/end of process Value of processing result
Results of the 'additive process'."
parameter
- argument (e.g. function, program, programme)
-
executable process Specifies the process to be executed. parameter All Unifinity data types
executable processSpecify the parameters to be passed to (additional argument)
- return value
- All Unifinity data types
Returns the return value of the executed process.