docs(design): explain individual lines of input ex
This commit is contained in:
parent
fe96a17551
commit
ef7ab3e239
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ The foundation of actually "doing" something.
|
||||||
- So all of these are equivalent:
|
- So all of these are equivalent:
|
||||||
|
|
||||||
```iowo
|
```iowo
|
||||||
1 | add 2
|
add 1 2 -- all inputs as arguments
|
||||||
add 1 2
|
[ 1 2 ] | add -- all inputs through the pipeline
|
||||||
[ 1 2 ] | add
|
1 | add 2 -- one input through the pipeline, one as argument
|
||||||
```
|
```
|
||||||
|
|
||||||
==== Outputs
|
==== Outputs
|
||||||
|
|
Loading…
Reference in a new issue