i'm trying to reimplement ternary operation :smile...
# announcements
d
i'm trying to reimplement ternary operation 😄
val fontSize = (fontSize < 0) then { Math.min(width, height) / 2 } otherwise { fontSize }