Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added glossary term symbol
  • Loading branch information
lichtkind committed May 12, 2012
1 parent 0c0d226 commit 36571be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/appendix-g-glossary.txt
Expand Up @@ -679,14 +679,17 @@ Perl 5-ish term for [routine](#routine) because in Perl 5 there is only the
*sub* command to build a callable block,
but in Perl 6 there are [much more types](#Routine-types) hence the name change


<a id="subrule"/>
**subrule** &mdash;
piece of a [*regular expression*](#regex) that has a name,
its findings are stored under that name,
some of them were used so often, that their built into to language as
[predefined subrules](appendix-b-grouped.html#subrules)

<a id="symbol"/>
**symbol** &mdash;


# [T](#nav-top)

<a id="term"/>
Expand Down

0 comments on commit 36571be

Please sign in to comment.