Files
2026-03-06 20:46:23 +00:00
..
2026-03-06 20:46:23 +00:00
2026-03-06 20:46:23 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:46:23 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:46:23 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2026-03-06 20:14:02 +00:00
2021-11-12 19:02:39 -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.
  • ext: Interacting with types from external packages.
  • pragma: Apply compiler directives to generated functions.

"Real" examples: