Skip to contents

Evaluates cases in order and renders the content of the first case whose condition is TRUE. Use Case() to define conditions and Default() for a fallback.

Usage

Match(...)

Arguments

...

One or more Case() or Default() values.

Value

A nacre control-flow node.