Re: Minimal working example (Re: set_buffer_mode)
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> .. various variable naming themes .. It would, by the way, be rather easy to allow indexing of private/protected variables if the class that is doing the indexing is the class they are in. If we want to allow that. Adding 'friend' is somewhat harder, since it is probably not a good idea to simply use the classname, so the class has to have been specified before the class the friend statement is in for it to work correctly. -- Per Hedbor