/*
* We all come from SWUN and I am a programmer,
* You are a language scholars, but not computer language,
* So I write some code to celebrate our past.
* Hope you can understand it with your language talent.
*/
Boy i = new Boy("Illusion");
Girl u = new Girl("QiYin");
// Nov 30, 2009, 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();
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
_
* We all come from SWUN and I am a programmer,
* You are a language scholars, but not computer language,
* So I write some code to celebrate our past.
* Hope you can understand it with your language talent.
*/
Boy i = new Boy("Illusion");
Girl u = new Girl("QiYin");
// Nov 30, 2009, 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();
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
_
QiYin, I have fallen in love with you for
Love u forever and ever.
- Illusion