Module conditional

Source
Expand description

Control flow primitives (if, else, switch)

Structs§

Component
A component for keeping track of conditional branches as they are expanded.

Constants§

ELSE_DOC
FI_DOC
IFCASE_DOC
IFFALSE_DOC
IFNUM_DOC
IFODD_DOC
IFTRUE_DOC
OR_DOC

Functions§

get_else
Get the \else primitive.
get_fi
get_if_case
Get the \ifcase primitive.
get_if_false
get_if_num
get_if_odd
get_if_true
get_or
Get the \or primitive.