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