Skip to content

Commit 3764ccc

Browse files
committed
more links to glossary in intro of A
1 parent 861d018 commit 3764ccc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/appendix-a-index.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ Sometimes are added green placeholder:
1414
<span class="you-provide">s</span> [string](#Str-type),
1515
<span class="you-provide">var</span> any variable,
1616
<span class="you-provide">p</span> a [*regex pattern*](appendix-g-glossary.html#regex),
17-
<span class="you-provide">l</span> a list,
17+
<span class="you-provide">l</span> a [*list*](appendix-g-glossary.html#list),
18+
<span class="you-provide">r</span> a [*range*](appendix-g-glossary.html#range),
1819
<span class="you-provide">op</span> any operator,
1920
<span class="you-provide">x</span> any [*expression*](appendix-g-glossary.html#expression),
2021
<span class="you-provide">t</span> any [*term*](appendix-g-glossary.html#term).
21-
After each method is its signature (in round brackets), telling you
22-
the value type (same as in placeholders) of the parameters and the return value.
22+
After each method is its [*signature*](appendix-g-glossary.html#signature)
23+
(in round brackets),
24+
telling you the value type (same as in placeholders) of the
25+
[*parameters*](appendix-g-glossary.html#parameters) and the return value.
2326
The items itself are linked to a more detailed explanation inside of a tablet.
2427
Each term is followed by a link «in french brackets» to a condensed summary
2528
listing of its category in [Appendix B](appendix-b-grouped.html)
@@ -31,7 +34,6 @@ and a following "n" (second letter n-z).
3134

3235

3336

34-
3537
<a id="nav-top"/>
3638
**Navigation:
3739
[`! "`](#exclamation) [`# $`](#pound) [`% &`](#percent) [`' (`](#single-quotes)

0 commit comments

Comments
 (0)