in reply to Re: The joys of bad code
in thread The joys of bad code

How about this one (seen in a previous $worklife):

/* Assign 1 to x */ x=1; /* Just to be sure */ x=1;

--MidLifeXis