Commits

Joe Groff committed 4c09ef61e3f
Add conditional expressions. Implement the syntax 'if x then y else z', which evaluates to 'y' if 'x' is true or 'z' if 'x' is false. 'x' must be a valid logic value, and 'y' and 'z' must be implicitly convertible to a common type. Swift SVN r4407