# File kwartz.rb, line 2686
        def translate_while_stmt(stmt_node, code='', level=0)
            msg = "Velocity cannot support 'while' statment."
            raise TranslationError.new(msg)
        end