CleverCuties
Posted by stoyan Fri, 03 Feb 2006 22:04:00 GMT
Baby Clothes for Baby Geeks hahahahaha
while (still_a_baby true)
{
if (hungry true ||
diaper_needs_changing true ||
wants_to_play true ||
just_feels_like_it == true)
{
end_sleep();
start_cry();
} else {
end_cry();
start_sleep();
}
}
Somebody with Ruby version? ;)



