Oops, wrong language
Friday, January 4th, 2008 11:50 amDamn. PHP also uses
(It's used for error control instead, which is also neat in its own way, I guess.)
@$
. First thing I thought when I saw it was, "Oh neat, it's dereferencing an array reference." Then I realized a) the variable on the LHS wasn't an array, and b) I was in the wrong language. (It's used for error control instead, which is also neat in its own way, I guess.)