Re: New syntax in Xcode 12.5.
Jeremy Hughes
1. myVar != someValue is the condition.
toggle quoted message
Show quoted text
2. It determines whether the ternary expression evaluates to resultOne or resultTwo 3. resultOne or resultTwo is what is assigned in let myVar = This seems like a standard use of the ternary conditional operator. I don’t have any problems compiling it in Xcode 12.4. Jeremy — On 26 Jul 2021, at 16:57, Alex Zavatone via groups.io <zav@...> wrote: |
|