Raku / book

Using Raku – an unfinished book about Raku
https://perl6book.com/
283 stars 49 forks source link

Chapter 5.6 #48

Closed jeteve closed 13 years ago

jeteve commented 13 years ago

In the example:

known_languages => <perl5, perl6, c++>

Should be without commas:

 known_languages => <perl5 perl6 c++>

With latest release of rakudo* , the commas become part of the array.

tadzik commented 13 years ago

Don't use commas in angle brackets. Closed by 20fa3fa3f251a2d0590732e77c86d773f58beb72