07
04
08
return (test == true)? ( (test == false)? false : true) : ((test == false) ? false : true);Representative Line: The Test of Truth
return (test == true)? ( (test == false)? false : true) : ((test == false) ? false : true);Representative Line: The Test of Truth