I don't know about Ruby but `tap()` looks like [Statement list expression](https://nim-lang.org/docs/manual.html#statements-and-expressions-statement-list-expression) or [Block expression](https://nim-lang.org/docs/manual.html#statements-and-expressions-block-expression). But they cannot be chained like proc call. var num = 123 echo (echo num * 2; num) echo (echo (echo num * 3; num) * 4; num) echo block: echo num * 4 num Run
- Nim implementation of Ruby tap() method DMisener
- Nim implementation of Ruby tap() method juancarlospaco
- Nim implementation of Ruby tap() method xigoi
- Nim implementation of Ruby tap() method xigoi
- Nim implementation of Ruby tap() method DMisener
- Nim implementation of Ruby tap() meth... DMisener
- Nim implementation of Ruby tap() ... DMisener
- Nim implementation of Ruby ta... janAkali
- Nim implementation of Ruby ta... DMisener
- Nim implementation of Ruby ta... xigoi
- Nim implementation of Ruby ta... demotomohiro