66
67
68
69
70
71
72
73
74
75
|
A class name has $ at first.
A message name will start with # if it is a user-defined message, or will
have no prefix if it is a standard message.
A reference to a level string starts with % and is then the number.
Nine of the misc values are written with spaces inside the value, although
there are spaces around the value.
|
|
|
66
67
68
69
70
71
72
73
74
75
|
A class name has $ at first.
A message name will start with # if it is a user-defined message, or will
have no prefix if it is a standard message.
A reference to a level string starts with % and is then the number.
None of the misc values are written with spaces inside the value, although
there are spaces around the value.
|