# File lib/PageTemplate/commands.rb, line 295
    def to_s
      str = "[ Value: #{@value} "
      str << ":#{@processor} " if (@processor)
      str << ']'
      str
    end