# File lib/parser/builders/default.rb, line 953
    def loop_mod(type, body, keyword_t, cond)
      if body.type == :kwbegin
        type = "#{type}_post""#{type}_post"
      end

      n(type, [ check_condition(cond), body ],
        keyword_mod_map(body, keyword_t, cond))
    end