val movies = The incredibles WALL E Jack Jack Attack Geri's Game (movies \ "_").foreach { movie => movie match { case {movieName} => println(movieName) case {shortName} => println(shortName + " (short)") } }