in workshop/02_Editing/05_Intentions/5.1_Intentions.php [39:44]
public function simplifyIntention() { $a = 0; $b = 1; echo !($a && !$b); }