In message <[email protected]>, BartC wrote: > "NevilleDNZ" <[email protected]> wrote in message > news:[email protected]... > >> In Algol68 this would be: >> x:=(i|"One","Two","Three"|"None Of The Above") > > The point is, the construction works well when the syntax fully supports > it.
But note that Algol 68 doesn’t support explicit labels on the alternatives in a case expression or statement. That idea came later. -- http://mail.python.org/mailman/listinfo/python-list
