Talk:Loop structures: Difference between revisions

From Rosetta Code
Content added Content deleted
(Python with?)
 
(New section: Iteration)
Line 5: Line 5:


So where's the loop?
So where's the loop?

== Iteration ==

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)

Revision as of 18:46, 14 April 2008

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)