Name: Anonymous 2010-11-25 21:17
Show me the weirdest (executable) code you've written.
Not whole blocks, just a few lines.
I guess I'll start, I wrote this the other day.
Not whole blocks, just a few lines.
I guess I'll start, I wrote this the other day.
for($i = 0, $c = $keyIndex; $i < 7; $i++)
if(($p = $c += ($steps[$i] == 'W' ? 2 : 1)) >= 12)