How to "return" from function

In most programming languages, there is a keyword “return” which exits a function. How do I do this in kodular without exiting the screen?

There isnt any “return” block
It would be useful if it was there

you can put your function in a for loop with cycle 1 and then stop with break block

1 Like

Thank you!

1 Like

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