Closed emil14 closed 1 month ago
flow Main(start) (stop) { Println add ReducePort<int> { Add<int> } --- :start -> ( 1 -> add[0] 2 -> add[1] ) add -> println -> :stop }
Other ideas were to
def
func
comp
component
flow
import (...)
()
{}
implemented