Ray Rahke
private fun format(message: String): Pair<String, List<String>> { val tokens = message.split(" ") val (keyword, parameters) = (tokens[0], tokens.slice(1))
asdf asdf
val (a, b) = foo() to bar()
Not really sure why you want to do this though as you can just make it with 2 separate variable declarations
A modern programming language that makes developers happier.