Skip to content

Verbatim

Status: Experimental

present and registered, but lightly documented and not yet covered by dedicated tests.

Description

Verbatim[expr] is a pattern object that matches expr taken literally: the pattern constructs inside expr (Blank, Pattern, ...) are not interpreted, so Verbatim[x_] matches only the literal expression x_.

Examples

No verified examples yet for this function.

Implementation notes

Attributes: Protected.

References