one fable-low hijack cell
pair cat / truth
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
```
$ cat | truth
```
You've piped `cat` (which reads from stdin) into a program called `truth`. The terminal now waits, cursor blinking — whatever you type gets fed to `truth` for evaluation.
Go ah
neighbors