Skip to content

Commit

Permalink
Mention Slang::Tuxic if you want foo ("bar") to work
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 18, 2018
1 parent 788a44b commit 98449d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Language/5to6-nutshell.pod6
Expand Up @@ -112,6 +112,11 @@ substr ($s, 4, 1); # Perl 5 (in Perl 6 this would try to pass a single
substr($s, 4, 1); # Perl 6
substr $s, 4, 1; # Perl 6 - alternative parentheses-less style
Should this really be a problem for you, then you might want to have a look
at the C<Slang::Tuxic> module in the Perl 6 ecosystem: it changes the grammar
of Perl 6 in such a way that you B<can> have a space before the opening
parenthesis of an argument list.
=end item
=begin item
Expand Down

0 comments on commit 98449d0

Please sign in to comment.