Before some code

	    if Toto == Titi
	    {
	        MyVar=True;
	    }
	    else
	    {
	        MyVar=False;
	    }
	

After some code