functional overview
parameter.
Details of Functions
Control statement/process execution receives the parameters set when it is called with
Each time this logic is executed, it receives the set parameters one at a time, starting from the front.
If the parameter does not exist,default valueReturns
- note
- If the process is constructed in the following steps, because only one parameter is set for the process call,
Parameter Receive 2" will not receive the parameter and the result will be "20".
For this reason, "21" appears in the message.
main logicprocedure Comment logic name (programming language) Details of processing, etc. 1 process call Control statement/process execution Call the "additive sublogic."
Submit.
Parameter is "1"2 message indication Message/Toast display The result of the "process call" is displayed on the screen.
Indication. -
addition sublogic
procedure Comment logic name (programming language) Details of processing, etc. 1 Parameter received1 Control statement/parameters Abbreviation "10 2 Parameter received2 Control statement/parameters Abbreviation "20 3 addition process Calculation/Addition Parameter received 1.
+a little more than usual
Parameter Received 24 end of process Control statement/end of process Value of processing result
"Additive Process Results."
parameter
- argument (e.g. function, program, programme)
-
default value All Unifinity data types
Specifies the value to be set if the parameter does not exist.
- return value
- All Unifinity data types
Returns parameters received.