Skip to content

Commit

Permalink
Chages structure of new page and adds link to structures
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 29, 2018
1 parent 241245c commit b907392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Language/iterating.pod6
Expand Up @@ -12,6 +12,7 @@ TBD
TBD
=head1 C<Classic> loops and why we do not like them
=end pod

Expand Down
3 changes: 1 addition & 2 deletions doc/Language/structures.pod6
Expand Up @@ -147,7 +147,7 @@ retrieve them
$logger( "Stuff" );
$logger( "More stuff");
say $logger( Nil, "2018-05-28"); # OUTPUT: «(Stuff More stuff)»
»
A C<Block> has a L<Signature>, in this case two arguments, the first of
which is the event that is going ot be logged, and the second is the key
Expand Down Expand Up @@ -284,7 +284,6 @@ whatever object this particular role is mixed in; in this case it will
contain the hash it is mixed in with; it will contain something else
(and possibly work some other way) in other case. This role will provide
the C<last> method to any variable it's mixed with, providing new,
attachable, functionalities to I<regular> variables.
L<Subsets|/language/typesystem#subset> can also be used to constrain the
possible values a variable might hold; they are Perl 6 attempt at
Expand Down

0 comments on commit b907392

Please sign in to comment.