Files
avo/examples/README.md
Michael McLoughlin 85a72997aa doc: README for data example
Updates #14
2019-01-01 16:33:30 -08:00

358 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.
  • data: Defining DATA sections.