Example #1
0
 public bool opIsRightAssociative(Operator op)
 {
     return(op.getValue().Equals("^"));
 }