Re: RFC 171 (v1) my Dog $spot should call a constructor implicitly
[email protected] (Bart Lateur)
| Newsgroups | perl.perl6.language.objects |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
On Wed, 30 Aug 2000 18:27:04 -0400, Buddha Buck wrote: >Do you really mean to suggest that $SPECIALVARS be (by convention) >uppercase but built in types be (by grammar) lowercase? Guess what is currently the case with all built-in functions. Lowercase. Guess what is currently the custom with built-in special variables: @INC, %ENV, %SIG. Uppercase. -- Bart.