Hello,
Is somebody know if the function object have a statement to stop the function ?
I thought it was the "set return value" (like "return" in Javascript or PHP) but it's not the case.
if a statement like this don't exist, it may be a good idea to create one.