Files
avo/examples/README.md
Michael McLoughlin 49c795704d doc: README for returns example
Updates #14
2019-01-01 16:15:33 -08:00

13 lines
312 B
Markdown

# Examples
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.
* **[returns](returns):** Building return values.
* **[complex](complex):** Working with `complex{64,128}` types.