Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Operator:
  2.  
  3. = > < ! ~ ? : ->
  4. == >= <= != && || ++ --
  5. + - * / & | ^ % << >> >>>
  6. += -= *= /= &= |= ^= %= <<= >>= >>>=
  7.  
  8. A some = A.new(); // This wouldn't be an operator but just a built-in method
  9.  
  10. A some = +A();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement