# File lib/ruote/exp/flowexpression.rb, line 656
    def consider_tag

      if h.tagname = attribute(:tag)

        set_variable(h.tagname, h.fei)

        @context.storage.put_msg(
          'entered_tag', 'tag' => h.tagname, 'fei' => h.fei)
      end
    end