object Main extends App {val opt : Option[String] = Option("文字列")println("Some判定: " + opt)val result = opt.getprintln("結果: " + result) }