Use exits in inner scopes
This gets rid of an error message stating that return
is not allowed where we used it. Swapped for the correct exit
s now.
This gets rid of an error message stating that return
is not allowed where we used it. Swapped for the correct exit
s now.