Skip to content

Commit d130d6b

Browse files
committed
still fixing format typos and stting links
1 parent 459e572 commit d130d6b

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/appendix-a-index.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,6 +2353,7 @@ example (exclamation mark): ` 4 != 5 `
23532353
marks as a prefix a special block or statement, executed at run
23542354
time, [ASAP](appendix-g-glossary.html#ASAP), only ever runs once
23552355

2356+
<a id="inline"/>
23562357
**inline** *(sub trait)* &mdash;
23572358

23582359
<a id="Instant-type"/>
@@ -2364,9 +2365,8 @@ a point on the continuous atomic timeline
23642365
**Int**
23652366
*[«immutable type»](appendix-b-grouped.html#immutable-types)* &mdash;
23662367
Perl integer, objext type to hold whole number like &mdash;1, 2 or
2367-
6000, allows **[Inf](#inf)** / NaN, arbitrary
2368-
precision, use it as method to convert into a **Int** like the Perl
2369-
5 "int"
2368+
6000, allows **[Inf](#inf)** / NaN, arbitrary precision,
2369+
use it as method to convert into a **Int** like the Perl 5 "int"
23702370

23712371
**invert**
23722372
*[«hash op & method»](tablet-3-variables#hash-methods)* &mdash;
@@ -2381,9 +2381,11 @@ pairs (hash), returning a **[Pair](#pair)**
23812381
*[«mutable type»](appendix-b-grouped.html#mutable-types)* &mdash;
23822382
Perl filehandle
23832383

2384+
<a id="is"/>
23842385
**is** &mdash;
2385-
bind a *[traits](appendix-g-glossary.html#trait)* to a variable
2386+
bind a *[trait](appendix-g-glossary.html#trait)* to a variable
23862387

2388+
<a id="item"/><a id="item-op"/>
23872389
**item()**
23882390
*[«context op»](appendix-b-grouped.html#contextualizers)* &mdash;
23892391
forces scalar context, alias to **[$(»](#dollar-op)**
@@ -3486,8 +3488,7 @@ and sets the return value &mdash; see also: **[leave](#leave)**
34863488
<a id="returns"/>
34873489
**returns**
34883490
*[«routine trait»](appendix-b-grouped.html#)* &mdash;
3489-
describing the
3490-
type of value is produced (returned)
3491+
describing the type of value is produced (returned)
34913492

34923493
<a id="reverse"/>
34933494
**reverse**
@@ -3586,7 +3587,8 @@ marks a *[routine](appendix-g-glossary.html#routine)* as returning an
35863587
<a id="rw-parameter-trait"/>
35873588
**rw**
35883589
*[«parameter trait»](appendix-b-grouped.html#parameter-traits)* &mdash;
3589-
mutable parameter (rw stands for: read write)
3590+
mutable parameter (rw stands for: read write), can be changed by the
3591+
*[routine](appendix-g-glossary.html#routine)* given to
35903592

35913593
<a id="rw-modifier"/>
35923594
**:rw**
@@ -3739,7 +3741,8 @@ unordered collection of values that allows no duplicates
37393741
<a id="set"/>
37403742
**set**
37413743
*[«array op & method»](tablet-3-variables#array-methods)* &mdash;
3742-
creates a Set
3744+
creates a **[Set](#Set-type)** &mdash;
3745+
example:
37433746

37443747
<a id="sigil"/><a id="sigil-category"/>
37453748
**sigil**
@@ -3795,9 +3798,9 @@ attempt to sleep (stop the program) for up to
37953798
seconds (with sub-second resolution)
37963799

37973800
<a id="slurp"/>
3798-
**[slurp](tablet-2-basic-syntax.html#files)** &mdash;
3799-
*«path and file handle method»* &mdash; reads an entire file into a string
3800-
without a file handle
3801+
**[slurp](tablet-2-basic-syntax.html#files)**
3802+
*«path and file handle method»* &mdash;
3803+
reads an entire file into a string without a file handle
38013804

38023805
<a id="so"/><a id="so-op"/>
38033806
**so**

0 commit comments

Comments
 (0)