add `define`
Open
feature
wontfix
- Dominant language
- Nim
- Stars
- 73
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
```nim
(1 .. 10) |> define(
a = it + 1
b = a +2
)
.map(b)
.toseq()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.