Markus Laire writes:

> On 5/9/06, Smylers <[EMAIL PROTECTED]> wrote:
> 
> > But this could just be because I don't (yet) grok scans.
> 
> Here's a simple example:
>    [+] 1,2,3,4,5
> would return scalar 1+2+3+4+5 as a reduction and list (0, 1, 1+2,
> 1+2+3, 1+2+3+4, 1+2+3+4+5) as a scan.

That doesn't help.  I can understand the mechanics of _what_ scans do.
What I'm struggling with is _why_ they are billed as being "very
useful".

So I have the list generated by the scan.  And?  What do I do with it?
I can't think of any situation in my life where I've been wanting such a
list.

Smylers

Reply via email to