# New Ticket Created by  Ian Henderson 
# Please include the string:  [perl #107022]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=107022 >


At the interactive prompt:

> set (set <a b c>), <c>
set("a", "b", "c")
> my $s = set <a b c>; set $s, <c>
set("a", "b", "c", "c")

I would expect both of these to give set("a", "b", "c").

Rakudo was built from an up-to-date FreeBSD ports tree.
perl6 --version gives: This is Rakudo Perl 6, version 2011.07 built on parrot 
3.6.0 0

- Ian

Reply via email to