Talk:LSL Switch Statement

From Second Life Wiki
Revision as of 10:41, 18 April 2007 by Num Skall (talk | contribs) (It's do-able)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Speaking from experience, implementing a switch statement is within the purview of the compiler's parser and code-generator. To implement such requires only comparison and both conditional and unconditional branching support within the Sim's interpreter. The same applies to break and continue statements as well.