伪代码勿吐槽>u<
void myLife() { //我的生活
while(this.isAlive()){ //当我还活着
onNewDay+=(()=> //每天的早晨
this.getUp(); //我起床
this.getChanged(); //换衣服
this.getToSchool();); //然后去学校
andAtNoon+=(()=> //到了中午
this.findF(); //我会找我的好朋友
this.goToDiningHall().with(this.F);//和他一起去食堂
this.eat(); //吃饭
this.backToClassroom().with(this.F););//回教室
onAfterSchool+=(()=> //当放学的时候
this.goHome(); //我回家
this.sleep();); //睡觉
++this.age; //又长大了一天
} //当我要死了
this.dispose(); //把一切归还给大自然
this=null; //然后睡去
} //永远的

:grin:
+1
+2