$ perl6
To exit type 'exit' or '^D'
> #|{ because } class Foo { }
(Foo)
> Foo.WHY
because
>

On Wednesday, June 14, Gabor Szabo wrote: 
> Thanks for all the responses so far.
> 
> On Wed, Jun 14, 2017 at 4:44 PM, Timo Paulssen <t...@wakelift.de> wrote:
> > WHY and WHEREFOR are "fully" supported, it's just that we've not put any
> > pod into the core setting and we don't have helper code that loads it
> > "lazily" when WHY is called the first time on a core class or sub …
> 
> $ perl6
> To exit type 'exit' or '^D'
> > my @x = 1, 2, 3;
> [1 2 3]
> > @x.WHY
> (Any)
> > @x.WHEREFOR
> No such method 'WHEREFOR' for invocant of type 'Array'
>   in block <unit> at <unknown file> line 1
> 
> $ perl6 -v
> This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda
> implementing Perl 6.c.
> 
> 
> In additionally, can I list all the built-in variables, functions, and
> objects? While inside the REPL..
> 
> 
> regards
>   Gabor

Reply via email to