`goto` is global in scope; this is local and measu...
# announcements
f
goto
is global in scope; this is local and measured, and thus is far less dangerous, as the places you can jump from are extremely limited, and must be within the block itself and not any subroutines that the block calls.