Flow Control Section
Understand and utilize flow control nodes in Blup to manage the flow and execution of your application's logic.
Flow Control
This section consists of nodes that help you to control the flow of execution of the program.
If-else Node
This node is one of the most widely used node, this node can be used to divert the flow of execution according to whether the criteria specified by you is satisfied or not.
Components of Nodes.
For Loop Node
This node helps to perform some logic repeatedly.
Components of for Loop
Note: The starting value is always smaller than the final value.
While Loop Node
This node is very similar to the for loop, it helps you to execute some logic repeatedly. The major difference between the for loop and while is that in while loop we don’t know how many times the loop will run but we can specify a terminating condition[a condition which halts the execution of the loop].
Components of while Loop
If you have any ideas to make Blup better you can share them through our Discord community channel
Music to go with.
Last updated