We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a230d6 commit 47dfb50Copy full SHA for 47dfb50
src/subs-n-sigs.pod
@@ -115,9 +115,9 @@ TODO this example doesn't seem like a good one for first-class subs.
115
my %moves =
116
hands-over-head => sub { say '/o\ ' },
117
bird-arms => sub { say '|/o\| ' },
118
- left => sub { print '>o ' },
119
- right => sub { print 'o< ' },
120
- arms-up => sub { print '\o/ ' };
+ left => sub { say '>o ' },
+ right => sub { say 'o< ' },
+ arms-up => sub { say '\o/ ' };
121
122
my @awesome-dance = <arms-up bird-arms right hands-over-head>;
123
0 commit comments