01 March 2009

Stupidity

include System;
bool kp_twins = true

if (kp_twins)
{
eat(food);
sleep() ;
}

function eat (f)
{
(Digestive) System.Consume(f);
return;
}

function sleep ()
{
(All) System.rest();
if (dream() != true)
{
print ("zzzzzzzzzzzzz");
} else
{
dream();
}
return;
}

function dream()
{
if (History.Recollect)
{
System.Senses.Project(History.Recollect.itemAt(current), sense_organ))
}
}

Happy to have been nicely stupid. wonsaponatime. ha ha

No comments: