if this.ii_age < this.ii_min_age then return false
return this.uf_has_clear_criminal_record() // will not be called if the previous condition is true
return (this.age >= this.minAge && this.hasClearCriminalRecord());
booleanVariable = ((1 = 2) AND (1 = (1 / 0)))
booleanVariable = ((1 = 1) OR (1 = (1 / 0)))