Manik

839
reputation
1
8
11
while(alive){
    if(state_of_mind == 'confusion'){
        explore();
    } 
    else{
        do();
    }
}