flowsamples 0.25.0

A set of sample 'flow' programs
range
==

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

Context Diagram
===
<a href="context.dot.svg" target="_blank"><img src="context.dot.svg"></a>

Click image to navigate flow hierarchy.

Features Used
===
* Context Flow
* Value used (with an initial value set)
* Constant Value used
* Connections between functions
* Two functions of the same name in the same flow, distinguished by `alias`
* Library Functions used
    * `add` to add numbers
    * `ToString` to convert Numbers to Strings
    * `stdout` to print a String to standard output
    * `switch` function to stop or pass a data flow based on another one
    * `compare` function to produce outputs based on comparing two input values
    
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.