# New Ticket Created by Malcolm
# Please include the string: [perl #128823]
# in the subject line of all future correspondence about this issue.
# <URL: 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-star-2016.07-x86_64 (JIT)
I entered the code below and got the indicated response.
> say "Hello";
Hello
> note "Hello";
Hello
True
> say "Why does the above note add an extra True?";
Why does the above note add an extra True?