in reply to Re: Clever vs. Readable
in thread Clever vs. Readable

In that case, I'd prefer ALGOL:
min := IF a < b THEN a ELSE b FI;
(It's a long time since I last coded in ALGOL, so I might have details of the syntax not correct).