Changes between Version 72 and Version 73 of Scala-sandbox-docs

Show
Ignore:
Timestamp:
04/07/08 01:00:35 (5 years ago)
Author:
ryugate (IP: 61.210.173.67)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scala-sandbox-docs

    v72 v73  
    187187  * 無名関数として書く 
    188188{{{ 
    189 List(4,8,12,16).zipWithIndex.foreach{ 
     189List(4,8,12,16).zipWithIndex.foreach { 
    190190 case (col, i) => ... 
    191191}