Steve Wampler wrote:
> procedure genAcc(n)
> return lamda { while i := (n...@source)[1] do n +:= i }
> end
There's a slew of typos hiding in there:
return lambda { while i := (n@&source)[1] do n +:= i }
The output of running the associated program is:
-----------------------------
->genAcc
a b
genAcc: 7 9
genAcc: 9 12
-----------------------------
--
Steve Wampler -- [email protected]
The gods that smiled on your birth are now laughing out loud.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group