Body

The body of a function or task can be written either inline using = syntax or directly as a block.

Body ::=
  | = Expr ;
  | Block

Examples

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