Multiplier of numbers

Excuse me, I was a little curious to tell you the difference between these blocks because they are of this type in all blocks.procedures_defnoreturn
procedures_defreturn

In the first type, you call a procedure that runs kind of like a separate method.
In the second type, you can call a procedure that returns you an assignable value.

If you know Java, the difference is comparable to void methods vs returning methods.

Thank you very much

Or something like this: factors.aia (2.8 KB)

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.