Conditionals
C style conditionals would also be useful, i.e.
llSay(1, "This is " + (a == 0) ? "false" : "true");
- Easy to implement in the compiler, no changes to the bytecode needed.
C style conditionals would also be useful, i.e.
llSay(1, "This is " + (a == 0) ? "false" : "true");