On 2020-06-03 02:21, Peter Pentchev wrote:
On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users wrote:
On 2020-06-02 22:15, Peter Pentchev wrote:
On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users wrote:
On 2020-06-01 23:02, Peter Pentchev wrote:
https://docs.raku.org/language/classtut

Error 522 Ray ID: 59d609616954eb79 • 2020-06-03 02:38:12 UTC
Connection timed out

Poop!

This is usually some kind of temporary error - something broke down
between your computer and the server. Try again later, it might work.
(it's the Raku docs site, you've used it before, you know it usually
works :)

G'luck,
Peter


Hi Peter,

It is working now.  Thank you.

You would happen to know of a tutorial.  Me and
the documents ... well, lets say they are not
written with the same outcome in mind as perldocs.

Is there a way to write a methods as I would write
a sub and avoiding the class thing?

OK, now I really have to ask, just like other people have.

What exactly do you mean by "method"?

G'luck,
Peter


> say "AbCd".lc
abcd

lc would be the method:
multi method lc(Str:D: --> Str:D)

Reply via email to