You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use experimental :collation;
Allows the use of the unicmp and coll operators.
However, recent rakudo doesn't require this pragma:
$ perl6 -e "say ('a', 'Z').collate; # (a Z) "
(a Z)
$ perl6 --version
This is Rakudo version 2018.03-129-g7572983a4 built on MoarVM version 2018.03-35-gafdcad424
implementing Perl 6.c.
Suggestions
Make this section up-to-date and move them to the proper page.
The text was updated successfully, but these errors were encountered:
The problem
https://docs.perl6.org/language/experimental says:
However, recent rakudo doesn't require this pragma:
Suggestions
Make this section up-to-date and move them to the proper page.
The text was updated successfully, but these errors were encountered: