What means the following instruction ? yield a[:k + 1]
I know a is an integer array, but what is yield? What is :?
I suspect yield could mean output or print.
Cause I'm copying (translating) this program into Processing.
The source is from
http://homepages.ed.ac.uk/jkellehe/partitions.php
Thanks
Thanks
1