Exemplo n.º 1
0
 public override string Describe()
 {
     return($"{Lhs.Describe()} {Op.Text} {Rhs.Describe()}");
 }