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