Remus Case

460
reputation
4
12

Never keep a doubt to yourself at any aspect of your life.

string doubt = "something"
while(1) {
    if(doubt == "solved") {
        break;
    }
}