@@ -14,12 +14,15 @@ Sometimes are added green placeholder:
14
14
<span class="you-provide">s</span> [string](#Str-type),
15
15
<span class="you-provide">var</span> any variable,
16
16
<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),
18
19
<span class="you-provide">op</span> any operator,
19
20
<span class="you-provide">x</span> any [*expression*](appendix-g-glossary.html#expression),
20
21
<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.
23
26
The items itself are linked to a more detailed explanation inside of a tablet.
24
27
Each term is followed by a link «in french brackets» to a condensed summary
25
28
listing of its category in [Appendix B](appendix-b-grouped.html)
@@ -31,7 +34,6 @@ and a following "n" (second letter n-z).
31
34
32
35
33
36
34
-
35
37
<a id="nav-top"/>
36
38
**Navigation:
37
39
[`! "`](#exclamation) [`# $`](#pound) [`% &`](#percent) [`' (`](#single-quotes)
0 commit comments