Question: break in for loop
Open
dslx
long-term-enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Hello!
Tell me, is it possible to use break in a loop in the DSLX , i.e. eg
```rust
let _ = for (i, accum) : (u8, u8) in order (u8:0, u8:10)
{
if condition then break
accum + i;
}(u8:0);
```
If I wrote in the wrong place, tell me about it.
Contributor guide
Assessment
This issue has not been assessed yet.