ulox
ulox copied to clipboard
Determine value of conditional expressions
Presently if is a statement, not expression, doesn't allow
var a = if(true) 1 else 0;