Skip to content

Commit 764b872

Browse files
committed
Rename PDP for to loops to include while
1 parent fb77ae0 commit 764b872

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

docs/pdp/PDP-007-for-keyword.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/pdp/PDP-007-loops.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# PDP-007: Loops
2+
3+
**Status:** Draft
4+
**Issues:** #7, #14, #48
5+
6+
## Summary
7+
8+
Add loop constructs to Pipe: `while` for condition-based looping and `for` for iteration over ranges and collections. This covers loop syntax, iteration protocol, break/continue semantics, and how loops interact with the type system and pipe operators.
9+
10+
## Syntax
11+
12+
```
13+
TODO
14+
```
15+
16+
## Semantics
17+
18+
TODO
19+
20+
## Open Questions
21+
22+
- TODO

0 commit comments

Comments
 (0)