@@ -745,7 +745,7 @@ value in a list is **[True](#True)**, see also
745
745
**[one](#one)**
746
746
747
747
<a id="caret-upto"/>
748
- **\^** — upto operator, `^$limit expands to 0 ..\^ +$limit range`
748
+ **\^** — upto operator, `^$limit` expands to ` 0 ..\^ +$limit` range
749
749
750
750
<a id="caret-range"/>
751
751
**\^**
@@ -2370,7 +2370,7 @@ a point on the continuous atomic timeline
2370
2370
**Int**
2371
2371
*[«immutable type»](appendix-b-grouped.html#immutable-types)* —
2372
2372
Perl integer, objext type to hold whole number like —1, 2 or
2373
- 6000, allows **[Inf](#inf )** / NaN, arbitrary precision,
2373
+ 6000, allows **[Inf](#Inf )** / NaN, arbitrary precision,
2374
2374
use it as method to convert into a **Int** like the Perl 5 "int"
2375
2375
2376
2376
**invert**
@@ -3375,19 +3375,20 @@ return (CR), as in Perl 5
3375
3375
**R**<span class="you-provide">op</span>
3376
3376
*[«meta op»](appendix-b-grouped.html#metaoperators)* —
3377
3377
reverse operands —
3378
- example: * 4 R- 3 \# result is -1 = 3 - 4 *
3378
+ example: ` 4 R- 3` result is ` -1 = 3 - 4`
3379
3379
3380
3380
<a id="rand"/>
3381
3381
**rand** —
3382
3382
pseudo random number in [range](#range-op)
3383
3383
*0 ..\^ 1* (including 0, but not 1); for random list choices see
3384
3384
**[pick](#pick)** and **[roll](#roll)**
3385
3385
3386
- <a id="Range"/>
3386
+ <a id="Range-type "/>
3387
3387
**Range**
3388
3388
*[«immutable type»](appendix-b-grouped.html#immutable-types)* —
3389
- a pair of ordered endpoints, result of an evaluated term with
3390
- the [range operator](#range-op)
3389
+ a *[Pair](#Pair-type)* of ordered endpoints, result of an evaluated term with
3390
+ 2 values and the [range operator](#range-op) in between `1 .. 10`, caret (^)
3391
+ exludes a limit `1 ..^ 10` or can be used as *[upto-operator](#caret-upto")*
3391
3392
3392
3393
<a id="RangeIter-type"/>
3393
3394
**RangeIter**
0 commit comments