Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added rify to A
  • Loading branch information
lichtkind committed Apr 23, 2013
1 parent 40e7bd4 commit 7b796e4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/appendix-a-index.txt
Expand Up @@ -3885,7 +3885,7 @@ carriage return (CR - `\u000D`), as in Perl 5
**R**<span class="you-provide">op</span>
[*«meta op»*](appendix-b-grouped.html#metaoperators) &mdash;
reverse operands &mdash;
example: `4 R- 3` result is `-1 = 3 - 4`
example: `4 R- 3` result: `-1 = 3 - 4`

<a id="rand"/>
**rand** &mdash;
Expand Down Expand Up @@ -3977,6 +3977,14 @@ see also: [**rule**](#rule), [**token**](#token)
[*«quoting adverb»*](appendix-b-grouped.html#quoting-adverbs) &mdash;
parse as quoted string as regex

<a id="reify"/>
[**reify**](tablet-3-variables.html)
*«range method»* &mdash;
forces the [*iterator*](appendix-g-glossary.html#iterator)
of a list to create the next <span class="you-provide">n</span>
(first parameter) elements &mdash;
example: `(1..5).reify(2)` result: `1, 2, 3..5`

<a id="Regex-slang-var"/>
**$\~Regex**
[*«special var»*](appendix-b-grouped.html#slang-variables) &mdash;
Expand Down

0 comments on commit 7b796e4

Please sign in to comment.