Monte's snippets
Mostly programming and what I am thinking about.
Connect
post increment evaluates to un-incremented value of operand while pre increment evaluates to incremented value of operand.