Ejemplo n.º 1
0
 public override string GetRegister(AstScope scope)
 {
     return(LHS.GetRegister(scope) ?? RHS.GetRegister(scope));
 }