Thursday, May 19

code :: 'respect'

/*
this is a code to illustrate something called 'respect'
and what would I do..
*/

//counting from the first time we met
int static times = 0;
//Actor that playing in those life
Actor i, you, someone;

do
{
if( you.giveRespect(someone) )
you.getRespect(someone);
else
{
you.getDisrespect(someone);
you.getDisrespect(someone.friend);
times++;
}

if( times <= 3 )
i.giveNotice(you);
else if( times > 3 && times <= 6 )
you.getDisrespect(i);
else if( times > 6 )
i.conclude("aaaaaa, that's your character, huh....");
} while( i.watching );

/*
what's wrong with multiples of 3?
I'll post the next story about it

well, you have a right to disagree with me
it just my point of view..
*/

No comments:

Post a Comment