Example #1
0
 public void Digit(Lexer obj, char c)
 {
     obj.Operator_Digit(c);
 }