# File bin/el4r-instance, line 167
    def []=(x,y)
      check x
      x < 0 and x = @length+x
      
      @ary[x]=y
      instance.aset(self, x, y)
    end