public override void RenderIL_Operate(ILCanvas canvas, ILValue left, ILValue right) { LoadValues(canvas, left, right); canvas.Emit_And(); }