PHP kôd:
<?php
$cafeNum = 0;
while (!endOfTheDay())
{
if($cafeNum % 2 == 0)
{
drinkCafe("Turkish");
}
else
{
drinkCafe("NesCafe");
}
$cafeNum++;
if($cafeNum >10)
{
echo "Heart Attack Warning; Stop with coffe";
break;
}
}
?>
Eto, tako to kod mene, jezikom PHP-a

)
Sto se tice toga kakvu kafu pijemo ovde, evo sta je o tome izjavio u svom blogu nas kolega Kanadjanin koji je pocetkom ove godine par dana boravio ovde
Citat:
The coffee here is always Turkish coffee, or sometimes espresso. I'm learning to drink it, but I never finish the whole cup because I'm worried about having a heart attack.
|