Re: [perl #128823] Perl6 note outputs an extra "True"

2016-08-02 Thread Timo Paulssen
This is because of how the REPL decides whether to output the result of a function or not. When something outputs stuff on stdout (like say does), it'll notice that and suppress the return value printing. note, however, outputs on stderr, which the REPL doesn't inspect for output. I think this b

[perl #128823] Perl6 note outputs an extra "True"

2016-08-02 Thread via RT
# New Ticket Created by Malcolm # Please include the string: [perl #128823] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128823 > I downloaded my first (the latest I assume) Rakudo today on my windows 7 64 bit PC, rakudo-st