Re: Keywords and Namesapces
- Posted by jimcbrown (admin) Nov 17, 2011
- 39100 views
mattlewis said...
My understanding of Vinoba's proposal is to add an integer parameter to distinguish the target class.
If you look closely at the docs, the integer parameter being suggested works differently. It is not used to distinguish the target class.
Instead it tends to have a meaning akin to:
enum stuff { BOLD, ITALIC, BOLD_PLUS_ITALIC, UNDERLINE... }
Totally different.