Add support for continue and break statements #301
Labels
bb: medium
Medium issue according to bug bounty categorization
bug bounty
This issue is prized out as part of the Bug Bounty Program
enhancement
New feature or request
#297 introduced the option to implement
continue
andbreak
statements. This did not exist in hebi before since it did not support loops.One possible implementation is to keep track of a respective call required to return to the closest loop beginning or end directly (i.e. call
adjusted_next
orwhile
/for
)The text was updated successfully, but these errors were encountered: