flowsamples 0.90.0

A set of sample 'flow' programs
sequence
==

Description
===
A flow that generates a sequence of output numbers in a range between two input numbers

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

Click image to navigate flow hierarchy.

Features Used
===
* Root Flow
* Initial value setting on flow inputs
* Connections between functions
* Library function `join` used
* Library subflow `sequence` used
* `contextc Functions used
    * `stdout` to print a String to standard output
    
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.