<div dir="ltr">(ps (aref (if a b c) 0))<br><br>=> "a ? b : c[0];"<br><br>instead of the correct "(a ? b : c)[0]"<br><br>Daniel<br></div>