Hacker News new | ask | show | jobs
by tr4nslator 5953 days ago
You can even do that in half the bytes by making use of all unary operators together:

  -~+[]
-~ is a good proxy for ++ when incrementing unassigned variables.