> On 14 Jun 2017, at 16:07, Gabor Szabo <szab...@gmail.com> wrote:
> 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)

These commits:

  https://github.com/rakudo/rakudo/commit/23d6d42d91
  https://github.com/rakudo/rakudo/commit/cc4d9091d7

added a gist to the Nil that gets returned by Mu.WHY.  The effect is visible in 
the REPL:

$ perl6
To exit type 'exit' or '^D'
> my @x = 1,2,3;
[1 2 3]
> @x.WHY
No documentation available for type 'Array'.
Perhaps it can be found at https://docs.perl6.org/type/Array


It’s not as good as I would like it to see, but it is at least better than it 
was, I think.



Liz

Reply via email to