bool a: [0,10) false; [10,10] true;

bool inputEventuallyA: [0,10] true;



bool b: [0,4) false; [4,10) true;

bool inputEventuallyB: [0,10) true;
