comparison chapter3/hashSetImmutable.scala @ 0:b316eec6fa7a draft default tip

add sample files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 08 Jan 2013 16:41:46 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b316eec6fa7a
1 import scala.collection.immutable.HashSet
2 val hashSet = HashSet("Tomatoes", "Chiles")
3 println(hashSet + "Coriander")