Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69638 > unrolled thread

Re: Yet Another Switch-Case Syntax Proposal

Started byChris Angelico <rosuav@gmail.com>
First post2014-04-04 14:09 +1100
Last post2014-04-04 14:09 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Yet Another Switch-Case Syntax Proposal Chris Angelico <rosuav@gmail.com> - 2014-04-04 14:09 +1100

#69638 — Re: Yet Another Switch-Case Syntax Proposal

FromChris Angelico <rosuav@gmail.com>
Date2014-04-04 14:09 +1100
SubjectRe: Yet Another Switch-Case Syntax Proposal
Message-ID<mailman.8876.1396580992.18130.python-list@python.org>
On Fri, Apr 4, 2014 at 1:04 PM, MRAB <python@mrabarnett.plus.com> wrote:
> I thought [continue] went to the end of the loop, but because it's a loop, it
> just wraps around back to the top...

It goes to the bottom of the loop, and then the loop condition may or
may not send it to the top of the loop.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web