| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004612 | OCaml | OCaml general | public | 2008-09-10 15:32 | 2008-09-23 20:19 |
|
| Reporter | ais | |
| Assigned To | | |
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | acknowledged | Resolution | open | |
| Platform | | OS | | OS Version | |
| Product Version | 3.10.2 | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0004612: lack of break/continue in loop constructs. |
| Description | Occasionally, during the process of incremental development it becomes apparent that a break/continue statement is just what is needed. The alternative is to refactor to a recursive style, but this is not always desirable when it causes additional work or when copying an algorithm out of a recipe book. |
| Additional Information | Please investigate Sanghyeon Seo's patch from the Caml list for possible inclusion. Break and continue are desireable only if they can be implemented without overhead. |
| Tags | No tags attached. |
|
| Attached Files | |
|