Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed May 6, 2017
1 parent d29b8b3 commit f9973e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Type/WhateverCode.pod6
Expand Up @@ -38,9 +38,9 @@ C<WhateverCode> parameters to do so, as in the following example:
say get-val($c, *); # OUTPUT: «2␤»
say get-val($c, *-1); # OUTPUT: «1␤»
Since C<WhateverCode> objects are C<Callable> you may use introspection
to create as fancy a behavior as you wish. Continuing the following
example we may add handling for two I<Whatever stars>:
The C<WhateverCode> C<does> L<Callable> role, so it's possible to introspect
the type of C<Callable> it contains. Continuing the previous
example, we can add a multi that handles a C<WhateverCode> with two arguments:
=begin code :skip-test
# Define what to do with two * in an expression
Expand Down

0 comments on commit f9973e5

Please sign in to comment.