# File lib/ruby2ruby.rb, line 840
  def process_while(exp)
    cond_loop(exp, 'while')
  end