Conditionals

From Second Life Wiki
Revision as of 08:58, 3 April 2008 by Uzume Grigorovich (talk | contribs) (lsl code tagging)
Jump to navigation Jump to search

C style conditionals would also be useful, i.e.

<lsl>llSay(1, "This is " + (a == 0) ? "false" : "true");<lsl>

Easy to implement in the compiler, no changes to the bytecode needed. Strife Onizuka 02:52, 8 April 2007 (PDT)