Сообщение от :
/* Introducting to programming love theory */
// this is bad way
try
this->doFuck()
catch AIDS;
throw MessageBox('Fuck off!', 'Don\'t fuck anyway!',MB_OK);
//this is right way
emotion seduce(girl *obj)
{
if(sex->safeMode && obj->getGender() === 'female' && (obj->getAge()>18 && obj->getAge()<38) && obj->isLookSexApeal())
{
this->doFuck();
girls singles = this->searchForSingles(SFS_STREET | SFS_DANCEFLOOR |SFS_INTERNET | SFS_NEIGBOUR);
if(singles.length() > 1)
{
obj->goFuck();
for(i = 0; i < singles.length(); i++)
this->seduce(singles[i]); //some love recursion
}
}
return unhappy; // maybe you're fucked all woman in this city, try in other place
}