docs: some initial groundwork #2

Merged
multisamplednight merged 26 commits from :initial-docs into main 2024-01-20 19:00:52 +00:00
Showing only changes of commit ef7ab3e239 - Show all commits

View file

@ -69,9 +69,9 @@ The foundation of actually "doing" something.
- So all of these are equivalent:
```iowo
1 | add 2
add 1 2
[ 1 2 ] | add
add 1 2 -- all inputs as arguments
[ 1 2 ] | add -- all inputs through the pipeline
1 | add 2 -- one input through the pipeline, one as argument
```
==== Outputs