B.B

193
reputation
1
1
7
life(){
    Learn()
    Try()
    if(Do()==fail) life();
    else Learn_Next_One();
}