Changeset 6683 for lang/scala
- Timestamp:
- 02/14/08 21:57:06 (10 months ago)
- Location:
- lang/scala/sandbox
- Files:
-
- 3 modified
-
lib/scala-sandbox.jar (modified) (previous)
-
src/jp/ne/cappuccino/keisuken/scl/lang/Loop.scala (modified) (2 diffs)
-
webpages/lib/scala-sandbox.jar (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/scala/sandbox/src/jp/ne/cappuccino/keisuken/scl/lang/Loop.scala
r6682 r6683 115 115 val result4 = findFor[String, String]( 116 116 Array("aaa", "bbb", "ccc")) {(value, break) => 117 if(value .equals("ddd"))117 if(value == "ddd") 118 118 break(value) 119 119 } … … 122 122 val result5 = findFor[String,String](Array("aaa", "bbb", "ccc")) 123 123 {(value, break) => 124 if(value .equals("bbb"))124 if(value == "bbb") 125 125 break(value) 126 126 } match {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)