Excuse me, I was a little curious to tell you the difference between these blocks because they are of this type in all blocks.
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
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.