📄️ Calculate
Performs an arithmetic operation on two operands, and saves the result to a result parameter that can be accessed in the the subsequent block or assign to a designated variable.
📄️ Bitwise Operations
This block performs bitwise operations on integer values. Use it for bit manipulation, flag processing, and low-level data handling.
📄️ Custom Function
This block performs complex mathematical operations combining multiple operators. Use it for advanced calculations and formulas.
📄️ Random
This block generates a random integer.