On Wed, Nov 23, 2005 at 08:52:23AM +0100, Asger Ottar Alstrup wrote:
> Dear Angus,
>
> Congratulations to you and your family! I can only say that he really
> does look a lot like you. Normally, babies all look the same, but in
> this case, there is no doubt that you are the father!
>
> I'm sure you are already know the algorithm by now:
>
> while (age < 3 months) {
> If baby cries,
> - want milk?
> - change diper?
> - need sleep?
> if age > 1 month, want to play?
> }
Any decent compiler will optimize away that first 'if'...
Andre'