LSL Switch Statement
Revision as of 05:50, 13 February 2007 by Gigs Taggart (talk | contribs)
This article is a feature request
The ability to use something like the following:
Switch (variable) case condition 1: Do something; break; case condition 2: Do something; default: Do something;