Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Last active August 29, 2015 14:21
Show Gist options
  • Save pjazdzewski1990/73a24a9e0a1048a5ddaf to your computer and use it in GitHub Desktop.
Save pjazdzewski1990/73a24a9e0a1048a5ddaf to your computer and use it in GitHub Desktop.
val b = (1.0 | 2.0 | 3.0) \\
(4.0 | 5.0 | 6.0) \\
(7.0 | 8.0 | 9.0)
//gives
// 1.0 2.0 3.0
// 4.0 5.0 6.0
// 7.0 8.0 9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment