Files
avo/examples
Michael McLoughlin 85a72997aa doc: README for data example
Updates #14
2019-01-01 16:33:30 -08:00
..
2019-01-01 15:46:42 -08:00
2019-01-01 15:56:17 -08:00
2019-01-01 16:33:30 -08:00
2018-12-31 00:23:27 -08:00
2018-12-31 00:23:27 -08:00
2019-01-01 16:15:33 -08:00
2018-12-31 00:23:27 -08:00
2018-12-31 00:23:27 -08:00
2019-01-01 16:04:37 -08:00
2019-01-01 16:33:30 -08:00

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.