public void BeginIf(Operand operand)
 {
     compiler.BeginIf(operand.Name);
 }