@@ -2353,6 +2353,7 @@ example (exclamation mark): ` 4 != 5 `
2353
2353
marks as a prefix a special block or statement, executed at run
2354
2354
time, [ASAP](appendix-g-glossary.html#ASAP), only ever runs once
2355
2355
2356
+ <a id="inline"/>
2356
2357
**inline** *(sub trait)* —
2357
2358
2358
2359
<a id="Instant-type"/>
@@ -2364,9 +2365,8 @@ a point on the continuous atomic timeline
2364
2365
**Int**
2365
2366
*[«immutable type»](appendix-b-grouped.html#immutable-types)* —
2366
2367
Perl integer, objext type to hold whole number like —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"
2370
2370
2371
2371
**invert**
2372
2372
*[«hash op & method»](tablet-3-variables#hash-methods)* —
@@ -2381,9 +2381,11 @@ pairs (hash), returning a **[Pair](#pair)**
2381
2381
*[«mutable type»](appendix-b-grouped.html#mutable-types)* —
2382
2382
Perl filehandle
2383
2383
2384
+ <a id="is"/>
2384
2385
**is** —
2385
- bind a *[traits ](appendix-g-glossary.html#trait)* to a variable
2386
+ bind a *[trait ](appendix-g-glossary.html#trait)* to a variable
2386
2387
2388
+ <a id="item"/><a id="item-op"/>
2387
2389
**item()**
2388
2390
*[«context op»](appendix-b-grouped.html#contextualizers)* —
2389
2391
forces scalar context, alias to **[$(»](#dollar-op)**
@@ -3486,8 +3488,7 @@ and sets the return value — see also: **[leave](#leave)**
3486
3488
<a id="returns"/>
3487
3489
**returns**
3488
3490
*[«routine trait»](appendix-b-grouped.html#)* —
3489
- describing the
3490
- type of value is produced (returned)
3491
+ describing the type of value is produced (returned)
3491
3492
3492
3493
<a id="reverse"/>
3493
3494
**reverse**
@@ -3586,7 +3587,8 @@ marks a *[routine](appendix-g-glossary.html#routine)* as returning an
3586
3587
<a id="rw-parameter-trait"/>
3587
3588
**rw**
3588
3589
*[«parameter trait»](appendix-b-grouped.html#parameter-traits)* —
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
3590
3592
3591
3593
<a id="rw-modifier"/>
3592
3594
**:rw**
@@ -3739,7 +3741,8 @@ unordered collection of values that allows no duplicates
3739
3741
<a id="set"/>
3740
3742
**set**
3741
3743
*[«array op & method»](tablet-3-variables#array-methods)* —
3742
- creates a Set
3744
+ creates a **[Set](#Set-type)** —
3745
+ example:
3743
3746
3744
3747
<a id="sigil"/><a id="sigil-category"/>
3745
3748
**sigil**
@@ -3795,9 +3798,9 @@ attempt to sleep (stop the program) for up to
3795
3798
seconds (with sub-second resolution)
3796
3799
3797
3800
<a id="slurp"/>
3798
- **[slurp](tablet-2-basic-syntax.html#files)** —
3799
- *«path and file handle method»* — 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»* —
3803
+ reads an entire file into a string without a file handle
3801
3804
3802
3805
<a id="so"/><a id="so-op"/>
3803
3806
**so**
0 commit comments