Programs

An Arc-Lang program is a sequence of items. Programs start their execution from a main function.

Program ::= Item*

Source files are suffixed with the .arc file extension.

Examples

{{#include ../../../arc-lang/examples/program.arc:example}}