Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.20 KB | None | 0 0
  1. val column1 = elem("hello") above elem("***")
  2. val column2 = elem("***") above elem("world")
  3. column1 beside column2
  4.  
  5. /*
  6. Printing the result of this expression would give:
  7. > hello ***
  8. > *** world
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement