its for checking null reference and returning othe...
# announcements
d
its for checking null reference and returning other value if the object is null. e.g
return if(x != null) x else y
👍 1