/**
* She stood beside the window,
* A large group of apple flowers in full bloom;
*
* She is like Its brightness dazzles the eyes,
* Was full of sunshine, its petals.
*/
Boy i = new Boy("Sid Lau");
Girl u = new Girl("Mrs Wang");
// Oct 1, 2011, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// You say that you won't be so easy to marry me.
// So I keep waiting and I have confidence that you will.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision
// and you should think it over.
isHesitate = u.thinkOver();
}
// Fortunately, You married me in the winter of 2013.
i.marry(u);
i.liveHappilyWith(u);
// Love till the end of the world.
tillTheEndOfTheWorld();
Mrs Wang, I have fallen in love with you for
Love u forever and ever.
- Sid Lau