# Hmm when I'm inside of a proc and want to break out of a while-loop that is # outside the proc, what are my options? # Like this setup: while true: breakTheLoopSomehowFromInside()