Help me understand infinity
Mark Wieder
ahsoftware at sonic.net
Wed Jul 29 19:11:39 EDT 2020
On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote:
> Now you can do:
>
> local tMin, tThisResult
> put infinity into tMin
> repeat for each element tElement in tList
> -- perform some computation on tElement to get tThisResult
> put min(tMin, tThisResult) into tMin
> end repeat
Well, yes, that's clever, but considering that you already had a
workaround and that there are so many unfixed bug reports and pull
requests waiting to be accepted and merged, I'm wondering what pushed
this enhancement to the top of the list?
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list