public void beginLoopScope() {
   LoopEnvironment loopEnvironment = new LoopEnvironment();
   Current.stepIntoScope(loopEnvironment);
 }