#Perl6 #Unicode ("α".."ω").list; # Prints Greek alphabet say π³; # same as say pi**3 say (1,2,3,4) ∩ (2,4,6,8); # intersection is set(2,4)