Re: Simon's switch-a-like for Python
Message Details
Posted
5/7/2004; 10:21 AM by Greg PierceLast Modified
5/7/2004; 10:21 AM by Greg PierceIn Response To
Re: Simon's switch-a-like for Python (#6855)Label
Computers-GeneralRead Count
166
Message Body
On May 7, 2004, at 7:20 AM, Seth Dillingham wrote:
> UserTalk has 'case', which is just like 'switch' in other languages.
well, it's not "just like" switch, although it's very close.
every other switch i've used requires you to explicitly break the
evaluation chain to prevent further cases from being evaluated.
ok, that's nitpicking. i'll shut up. ;-)
g.
On May 7, 2004, at 7:20 AM, Seth Dillingham wrote:
> UserTalk has 'case', which is just like 'switch' in other languages.
well, it's not "just like" switch, although it's very close.
every other switch i've used requires you to explicitly break the
evaluation chain to prevent further cases from being evaluated.
ok, that's nitpicking. i'll shut up. ;-)
g.
Replies
None.




