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