|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DelimiterMatching
This function has not been fully integrated into the long-term Mathematica system, and is subject to change.
DelimiterMatching
is an option for selections that specifies whether an opening delimiter will match only its respective closing delimiter or any closing delimiter.
DetailsDetails
- With the default setting DelimiterMatching->All, all delimiters such as {, [, or ( must be matched with an opposite delimiter of the same type. For example, the expression
would be considered illegal but
and
would both be allowed. Unmatched delimiters are typically displayed in a different style; the style is specified by
. - With the setting DelimiterMatching->None, a delimiter can be matched with an opposite delimiter of any type. Hence, the expression
would be considered legal.
New in 4.0
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
