Module conditional

Module conditional 

Source
Expand description

Control flow primitives (if, else, switch)

This module contains implementations of generic conditional commands, as well as a mechanism for adding new conditional commands outside of this module. See the Condition trait for information on adding new commands.

Structs§

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

Traits§

Condition
Logical condition used to build if conditional commands.

Functions§

get_else
Get the \else primitive.
get_fi
Get the \fi primitive.
get_ifcase
Get the \ifcase primitive.
get_iffalse
Get the \iffalse primitive.
get_ifnum
Get the \ifnum primitive.
get_ifodd
Get the \ifodd primitive.
get_iftrue
Get the \iftrue primitive.
get_or
Get the \or primitive.