Talk:Loop structures: Difference between revisions

From Rosetta Code
Content added Content deleted
(New section: Iteration)
(→‎Iteration: classifying to me is often hard, tonight it is harder...)
Line 9: Line 9:


Examples from this page should be translated to pages in [[:Category:Iteration]]. We don't need duplicates. --[[User:Mwn3d|Mwn3d]] 12:46, 14 April 2008 (MDT)
Examples from this page should be translated to pages in [[:Category:Iteration]]. We don't need duplicates. --[[User:Mwn3d|Mwn3d]] 12:46, 14 April 2008 (MDT)
:Hard to classify things sometimes... (but maybe it's just too late tonight:D) --[[User:ShinTakezou|ShinTakezou]] 00:54, 17 February 2009 (UTC)

Revision as of 00:54, 17 February 2009

Python:

 with foo() as bar:
   baz(bar)

So where's the loop?

Iteration

Examples from this page should be translated to pages in Category:Iteration. We don't need duplicates. --Mwn3d 12:46, 14 April 2008 (MDT)

Hard to classify things sometimes... (but maybe it's just too late tonight:D) --ShinTakezou 00:54, 17 February 2009 (UTC)