Happy Birthday to me!

<?php

for ($i=0; $i <= 22; $i++)
{
    print "Jethro is oo";
    
    for ($j=0; $j < $i; $j++)
    {
        print "ooo";
    }
    
   print "old\n";
}

if ($i == 88)
{
    die("horrible horrible death");
}
else
{
    print "Live long, and prosper\n";
}

?>

2 thoughts on “Happy Birthday to me!

  1. Sam P

    Feliz Aniversario fellow Capricorn
    (although us Capricorns do not believe in astrology)

    Mine is on Friday…

    if ($i == 35)
    {
    print “5 years until life begins!”;
    }

    All the best, catch you up soon,
    Sam

    Reply

Leave a Reply