Changeset 6760 for lang/scala/sandbox/src
- Timestamp:
- 02/16/08 09:56:07 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/scala/sandbox/src/jp/ne/cappuccino/keisuken/scl/lang/Loop.scala
r6759 r6760 15 15 private val context = new DynamicVariable(new LoopStat) 16 16 17 /** 18 * Break loop. 19 */ 17 20 def break { 18 21 context.value.cond = false 19 22 } 20 23 24 /** 25 * Break loop with result value. 26 * @param v result value. 27 */ 21 28 def break(v: Any) { 22 29 context.value.cond = false
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)