Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-11-16 Thread Jouke Witteveen
On Tue, Nov 16, 2021 at 10:28 AM Edward Welbourne wrote: > > On Sun, Nov 14, 2021 at 8:42 PM Paul Smith wrote: > > It's even possible to allow $(compare ,) with no other > > arguments and say that if they are equal then it expands to the value, > > else it expands to the empty string, to give a

Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-11-16 Thread Edward Welbourne
On Sun, Nov 14, 2021 at 8:42 PM Paul Smith wrote: > It's even possible to allow $(compare ,) with no other > arguments and say that if they are equal then it expands to the value, > else it expands to the empty string, to give a very short-circuited > equality statement. I should point out one