Can anybody explain what's happening here to me, b...
# getting-started
m
Can anybody explain what's happening here to me, because IDGI:
i
?:
has a higher precedence than the other operators so line 8 and 9 just end up being
println(a)
since
a
is not null
m
grouping of the operator, ok, that's what I thought.
thanks.
t
@Ian Lake lower, not higher, but yes, that's the "issue"