Re: Min and Max
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Min and Max
- From: Rici Lake <lua@...>
- Date: 2005年8月27日 10:34:07 -0500
On 27-Aug-05, at 10:05 AM, Adrian Sietsma wrote:
what about
a = (a<=b and a) or b
The goal of having a `min' operator would be to make the program *more*
readable :)