dave08
val baz = "foo.bar" var foo: String var bar: String // for assigning the vars, not new vals... (foo, bar) = baz.split('.')
ephemient