Arguments in the Context Area¶
When an argument is added, a block representing argument value automatically becomes available in the Context Area. The argument blocks in the Context Area can be used within the function's logic in order to access the argument values passed into the function. The image below shows a function with two declared arguments: arg1
and arg2
. Notice the blocks in the Context Area representing argument values.