Смотрел код коллеги.. Вот как у нас программисты веселятся:
string iff(bool f)
{
switch(f)
{
case 0: return "false";
break;
case 1: return "true";
break;
case 2: return "Хуясе О_о";
break;
default: return "Ненене, Дэвид Блэйн, ненене!!";
}
}
This entry was posted
on среда, июня 18, 2008 at 13:06 and is filed under Юмор.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.