Hey,
I've been trying to look in to a crash with the ?: conditional expression which has been reported but all the trivial .caps I make using it seem to work fine. Can anyone provide a .cap which crashes using the ?: operator?
You can use it like:
(a < b) ? "A less than B" : "A greater/equal B"
The conditional has to be in brackets because I suck with parsers and can't figure out how to make the order of operations work for ternary operators. (If you don't put brackets it'll probably say invalid expression)
Remember, as few events and objects as possible is best! Thanks!