An interesting programming challenge

Colin Holgate colinholgate at gmail.com
Thu Apr 9 21:48:32 EDT 2015


Never mind, I see why it’s valid.


> On Apr 9, 2015, at 9:43 PM, Jerry Jensen <jhj at jhj.com> wrote:
> 
> 
>      put 0 into tRunningSum
>      repeat for each item tItem in tRay
>         add tItem to tRunningSum
>         if tRunningSum >= 32 then add 1 to tSlices
>      end repeat




More information about the use-livecode mailing list