dastapov: (Default)
Dmitry Astapov ([personal profile] dastapov) wrote2008-03-09 12:08 am

Временные мухи любят стрелы

today = do
   modify (\state -> state {age = age state +1})
   get greetings

[identity profile] greg-shutdown.livejournal.com 2008-03-09 10:46 am (UTC)(link)
public Birthday(object sender, EventArgs e)
{
Greeting myGreeting = new Greeting();
myGreeting.Wishes.Add(new Wish("Всего самого хорошего");
myGreeting.Wishes.Add(new Wish("Счастья");
myGreeting.Wishes.Add(new Wish("Здоровья");
_adept_.Greetings.Add(sender, myGreeting);
}