fix #102: glossary: a:last description is same as a:left
FossilOrigin-Name: 23dffad274fb83eba6208843d7e061ef74e66448f49d736abb4f58599573437a
This commit is contained in:
parent
16ac3a1e9d
commit
2f6d35485a
4 changed files with 4 additions and 4 deletions
|
@ -356,7 +356,7 @@ a:indices/string D: as-a A: - F: -
|
|||
Return a new array with the indices of the specified string in the original array.
|
||||
|
||||
a:last D: a-n A: - F: -
|
||||
Return a new array containing the first `n` values from the source array.
|
||||
Return the last value in the array.
|
||||
|
||||
a:left D: an-a A: - F: -
|
||||
Return a new array containing the first `n` values from the source array.
|
||||
|
|
|
@ -867,7 +867,7 @@
|
|||
<b>Addr:</b> -<br>
|
||||
<b>Float:</b> -</p>
|
||||
</div>
|
||||
<p>Return a new array containing the first `n` values from the source array.</p>
|
||||
<p>Return the last value in the array.</p>
|
||||
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>a</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
|
||||
<h2>a:left</h2>
|
||||
<div style='margin-left: 1em;'><p><b>Data:</b> an-a<br>
|
||||
|
|
|
@ -1351,7 +1351,7 @@ a:last
|
|||
Addr: -
|
||||
Float: -
|
||||
|
||||
Return a new array containing the first `n` values from the source array.
|
||||
Return the last value in the array.
|
||||
|
||||
Class: class:word | Namespace: a | Interface Layer: all
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -117,7 +117,7 @@ a:index an-n - - Return the location of the first instance of the specified valu
|
|||
a:index/string as-n - - Return the location of the first instance of the specified string in the array. class:word {n/a} {n/a} a all
|
||||
a:indices av-a - - Return a new array with the indices the specified value was found at in the original array. class:word {n/a} {n/a} a all
|
||||
a:indices/string as-a - - Return a new array with the indices of the specified string in the original array. class:word {n/a} {n/a} a all
|
||||
a:last a-n - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
|
||||
a:last a-n - - Return the last value in the array. class:word {n/a} {n/a} a all
|
||||
a:left an-a - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
|
||||
a:length a-n - - Return the length of a array. class:word {n/a} {n/a} a all
|
||||
a:make q-a - - Execute quote. Return a new array containing the values the quote leaves on the stack. This is identical to doing `a:counted-results class:word {n/a} {n/a} a all
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 76.
|
Loading…
Reference in a new issue