Talk:Loop structures

From Rosetta Code
Revision as of 18:35, 13 September 2007 by 64.81.170.62 (talk) (Python with?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Python:

 with foo() as bar:
   baz(bar)

So where's the loop?