Re: Since Apple Listens to this List... [Case Statements]
Re: Since Apple Listens to this List... [Case Statements]
- Subject: Re: Since Apple Listens to this List... [Case Statements]
- From: John W Baxter <email@hidden>
- Date: Wed, 13 Feb 2002 09:44:41 -0800
At 23:06 -0800 2/12/2002, Ed Stockly wrote:
>
How would Case even look in appleScript?
>
>
case x then
>
y
>
break
>
case z then
>
handlerCall(z)
>
break
>
end case
Well, one could get away from C-ishness and get rid of the fall-through
aspect of switch ... case .... At least then the breaks go away.
--John (who now regrets having tossed out his "middle Wednesday"
signature as obsolete)
--
John Baxter, Port Ludlow, WA USA
The floating point is the natural enemy of the equals.
The bowling ball is the natural enemy of the egg.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.