flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
flow = "echo-args"

[[process]]
source = "context://args/get"

[[process]]
source = "context://stdio/stdout"

[[connection]]
from = "get/string/1"
to = "stdout"