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

312 B

Examples

Simple functions:

  • add: Add two numbers. The "Hello World!" of avo.
  • sum: Sum an array of numbers.

Features:

  • args: Loading function arguments.
  • returns: Building return values.
  • complex: Working with complex{64,128} types.