Skip to content

Commit ad0b939

Browse files
committed
chg p6 to raku; chg .perl to .raku
1 parent 8f612b4 commit ad0b939

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/unicode_entry.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ following key combination (whitespace has been added for clarity):
141141
=end code
142142
143143
This also the method one would use to enter unicode characters into the
144-
C<perl6> REPL, if one has started the REPL inside a Unix shell.
144+
C<raku> REPL, if one has started the REPL inside a Unix shell.
145145
146146
=head2 Screen
147147
@@ -185,9 +185,9 @@ your own with the C<:digraph> command.
185185
Further information about entering special characters in Vim can be found on
186186
the Vim Wikia page about L<entering special characters|http://vim.wikia.com/wiki/Entering_special_characters>.
187187
188-
=head3 vim-perl6
188+
=head3 vim-raku
189189
190-
The L<vim-perl6|https://github.com/vim-perl/vim-perl6> plugin for Vim can be
190+
The L<vim-raku|https://github.com/Raku/vim-raku> plugin for Vim can be
191191
configured to optionally replace ASCII based ops with their Unicode based
192192
equivalents. This will convert the ASCII based ops on the fly while typing
193193
them.
@@ -264,7 +264,7 @@ Constructs such as these are now possible:
264264
This is very useful in shell:
265265
266266
=begin code :lang<shell>
267-
perl6 -e 'say ‘hello world’'
267+
raku -e 'say ‘hello world’'
268268
=end code
269269
270270
since you can just copy and paste some piece of code and not worry about quotes.
@@ -290,7 +290,7 @@ Thus constructs such as these are now possible:
290290
say «moo»; # OUTPUT: «moo␤»
291291
292292
my $baa = "foo bar";
293-
say «$baa $baa ber».perl; # OUTPUT: «("foo", "bar", "foo", "bar", "ber")␤»
293+
say «$baa $baa ber».raku; # OUTPUT: «("foo", "bar", "foo", "bar", "ber")␤»
294294
295295
=head2 Set/bag operators
296296

0 commit comments

Comments
 (0)