MessageName
MessageName(symbol, msg)or
symbol::msg
symbol::msgidentifies a message.MessageNameis the head of message IDs of the formsymbol::tag.
Examples
The second parameter ‘tag’ is interpreted as a string.
>> FullForm(a::b)MessageName(a, b)
>> FullForm(a::"b")MessageName(a, "b")Implementation status
- ✅ - full supported