<div>Hi,</div>
<div> This is a function that returns true if divisible by 2. But it keeps telling me parse error on input | . What is wrong here.</div>
<div>is_even n | mod n 2 == 0<br> | True</div>
<div> </div>
<div>Not sure if I need another statement for false</div>
<div> </div>
<div>John</div>