Guest User

Untitled

a guest
Jun 24th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.14 KB | None | 0 0
  1. var endChunk = ""
  2. if (!lastName.isEmpty)
  3.     endChunk = " " + lastName
  4. if (!designations.isEmpty)
  5.     endChunk = endChunk + ", " + designations
Add Comment
Please, Sign In to add comment