Join Slack
Powered by
i'm trying to reimplement ternary operation :smile...
# announcements
d
denis.st
03/30/2016, 11:09 PM
i'm trying to reimplement ternary operation 😄
val fontSize = (fontSize < 0) then { Math.min(width, height) / 2 } otherwise { fontSize }
Open in Slack
Previous
Next