flowr 0.131.0

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

[[process]]
source = "context://stdio/readline"
input.prompt = { always =  "> " }

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

[[connection]]
from = "readline/string"
to = "stdout"