Guest User

Untitled

a guest
Sep 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (operators.ContainsKey (Convert.ToString (ch)))
  2. return TokType.Operator;
  3.  
  4. if (operator s.ContainsKey (Convert.ToString (ch)))
  5. return TokType.Operator;
Add Comment
Please, Sign In to add comment