Void Function Container
Creates a function with no output. You can add input arguments.
Non Void Function Container
Creates a function with an output. You can add input arguments.
If... return block
If a value is true, then return a second value.
Related Article: AppBuilder Code Editor
Next Article: Blocks under 'Custom Functions' Category