Skip to content

Commit 189e4a5

Browse files
committed
Split to avoid redeclaration
1 parent c021f16 commit 189e4a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/operators.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,9 @@ well as the C<.of> of the left hand side.
15501550
say &composed.arity; # OUTPUT: «1␤»
15511551
say &composed.count; # OUTPUT: «1␤»
15521552
say &composed.of; # OUTPUT: «(Mu)␤»
1553+
=end code
15531554
1555+
=begin code
15541556
sub f($a, $b, $c) { [~] $c, $b, $a }
15551557
sub g($str){ $str.comb }
15561558
my &composed = &f ∘ &g;

0 commit comments

Comments
 (0)