Re: oop pre salt question
[email protected] (ToddAndMargo via perl6-users)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 12/16/24 02:27, Elizabeth Mattijsen wrote:
> class Fruit {
> has Str $.location is rw = "Cucamonga";
> has UInt $.apples is rw = 400;
> has UInt $.oranges is rw = 200;
> has UInt $.bananas is rw = 50;
> ``}
Is the `` at the end a typo?