What "hidden" feature do you like most about your favourite programming language?
- by James Westgate
Since its Easter here I thought I would find out what "hidden Easter egg" or feature do like most about your favourite language.
For example to get the ball rolling, mine is the double ! in javascript to convert anything to a boolean value.
var flag = !!value;