flowsamples 0.90.0

A set of sample 'flow' programs
args
==

Description
===
A flow that shows how arguments can be passed into a flow when executed and are available to functions at run-time.

Root
===
<a href="root.dot.svg" target="_blank"><img src="root.dot.svg"></a>

Click image to navigate flow hierarchy.

Features Used
===
* Root Flow
* `context` Functions used (`stdio/stdout``)
* Reduced syntax so that `alias` of referenced processes default to their names (`get` and `stdout`)
* Selecting a specific indexed entry of an `array` output
* Library Flows used (`args/get` from `flowstdlib`)
* Connections between functions

Functions Diagram
===
This diagram shows the exploded diagram of all functions in all flows, and their connections.
<a href="functions.dot.svg" target="_blank"><img src="functions.dot.svg"></a>

Click image to view functions graph.