📄️ Create an Adder and a Exponentiation
In the world of programming languages, printing "Hello, World!" is a traditional starting point. In OOMOL, we will start by creating a simple adder and a power calculator.
📄️ Calculate the Length of the Hypotenuse of a Right Triangle
In the last section, we created an adder and a exponentiation. Now, we want to make these two blocks more useful, for example, to calculate the length of the hypotenuse of a right triangle. For this, we need to convert them into a task block that can be used in multiple Flows.
📄️ Merge into a Reusable Block
In the previous section, we created a exponentiation based on the adder and developed a Flow to calculate the length of the hypotenuse of a right triangle. Now we want to convert this Flow into a reusable block so that it can be used in other Flows. Otherwise, we would need to recreate this Flow each time, which is clearly inconvenient.