Как засыпают Ъ-программисты

$sheep = 0;
while(!asleep()) $sheep++;
header("Location: dreams\n");
function asleep()
{
return (rand(1,100) == rand(1,100) ? TRUE : FALSE);
}

Поблагодарить автора

2 Responses to Как засыпают Ъ-программисты

  1. И на фига здесь тернарный оператор, если rand(1,100) == rand(1,100) и так либо true, либо false?

Оставить комментарий

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>