2019-01-01 15:46:42 -08:00
|
|
|
# Examples
|
|
|
|
|
|
2019-01-01 16:04:37 -08:00
|
|
|
Simple functions:
|
2019-01-01 15:46:42 -08:00
|
|
|
|
|
|
|
|
* **[add](add):** Add two numbers. The "Hello World!" of `avo`.
|
2019-01-01 16:04:37 -08:00
|
|
|
* **[sum](sum):** Sum an array of numbers.
|
|
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
2019-01-01 15:46:42 -08:00
|
|
|
* **[args](args):** Loading function arguments.
|
2019-01-01 16:15:33 -08:00
|
|
|
* **[returns](returns):** Building return values.
|
2019-01-01 15:56:17 -08:00
|
|
|
* **[complex](complex):** Working with `complex{64,128}` types.
|