Tutorials for Life, the Universe and Everything else.
val list1 = List("test1", "test2", "test3")
val list2 = "test1"::"test2"::"test3"::Nil
No comments:
Post a Comment