Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Pattern Matching /

Verbatim

FilledSmallSquare Verbatim[expr] represents expr in pattern matching, requiring that expr be matched exactly as it appears, with no substitutions for blanks or other transformations.

FilledSmallSquare Verbatim[x_] will match only the actual expression x_.

FilledSmallSquare Verbatim is useful in setting up rules for transforming other transformation rules.

FilledSmallSquare Verbatim[expr] does not maintain expr in an unevaluated form.

FilledSmallSquare See Section 2.3.12.

FilledSmallSquare See also: HoldPattern.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.