Pattern::nodef
更多信息
-
- This message is generated when a pattern based on Optional is used without specifying a default value for the pattern.
- The notation patt. is used for Optional[patt].
- Assignments to Default are used for specifying default values for Optional patterns.
- Off[message] switches off the message; On[message] switches it on. For example: Off[Pattern::nodef].