Hacker News new | ask | show | jobs
by michaelfairley 4862 days ago
You can also follow the letter in C, Java, etc.:

  a ^= b
  b ^= a
  a ^= b
1 comments

What does that do?
Thanks for the pointer.