On 06/16/2017 06:08 PM, Brandon Allbery wrote:
On Fri, Jun 16, 2017 at 9:02 PM, ToddAndMargo <toddandma...@zoho.com
<mailto:toddandma...@zoho.com>> wrote:
I am afraid I am not understanding "next" again.
When you invoke it, does it pop you back at the start of
the loop or just cough up the next value?
The former. Or you can think of it as jumping past everything else in
the loop body so the next thing it does is get the next value and run
the loop body with it.
Hi Brandon,
I kept thinking it was going to cough up the next value,
not restart the loop.
Thank you!
-T