# File lib/facets/core/binding/op_store.rb, line 12
  def []=( l, v )
    eval( "proc {|v| #{l} = v}").call( v )
  end