Flowgorithm Operators [ 2024 ]
Flowgorithm Operators
In this tutorial, we will learn about Flowgorithm Operators. Operators are symbols that operate on operands and form expressions. Expressions use operators, and complex expressions can contain multiple operands and operators.
Operators perform some actions on the operands to evaluate the value of the expression. They can be broadly classified as follows:
- Arithmetic operators
- Relational operators
- Logical operators
Other important operators are the string concatenation operator and the exponent operator.
Operator | Operator Symbol | Description |
String Concatenation | & | Combines two strings into one combined string.
For Example: “Hello ” & “World!” to “Hello World!” |
Exponent | ^, ↑ | x ^ y computes the x to the power of y.
For example: x*x*x*…. { y times } |
Example
Operator Precedence
Operators have precedence levels. The high-level operators would be evaluated first then the lower-level operators are evaluated.
—
Flowgorithm Tutorials
Flowgorithm flowchart tutorials on this website:
Flowgorithm Website
For more information on the Flowgorithm tool, please visit the official website at: