Guest User

Untitled

a guest
Jan 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. println("${if (PUBLIC_CONSTANT < INTERNAL_CONSTANT) "PUBLIC_CONSTANT (val $PUBLIC_CONSTANT)"
  2. else "INTERNAL_CONSTANT, val $INTERNAL_CONSTANT"} is smaller")
  3.  
  4. //INTERNAL_CONSTANT, val 4 is smaller
Add Comment
Please, Sign In to add comment