-
I was hoping that cloodles behave similarly to toodles in that returning nil would halt them (if I understand toodles correctly). But this code seems to throw an error. Is there a way to tell the cloodle to stop after a certain condition has met? In this case I want to stop the cloodle from running once age > 1000.
In the console output, I see this:
|
Beta Was this translation helpful? Give feedback.
Answered by
xrd
Apr 14, 2023
Replies: 1 comment 1 reply
-
This seems to work, perhaps just use
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xrd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to work, perhaps just use
die
?