doc: README for sum example

Updates #14
This commit is contained in:
Michael McLoughlin
2019-01-01 16:04:37 -08:00
parent 8465c21c02
commit 51931ee673
2 changed files with 31 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
# Examples
Feature demonstrations:
Simple functions:
* **[add](add):** Add two numbers. The "Hello World!" of `avo`.
* **[sum](sum):** Sum an array of numbers.
Features:
* **[args](args):** Loading function arguments.
* **[complex](complex):** Working with `complex{64,128}` types.