clarify the range of supported numeric bases
FossilOrigin-Name: f15814b7d112c7a112f1bd011cb53ddb01a97659a82409a38e5ff2057dc7aa83
This commit is contained in:
parent
65b18e870a
commit
3896e53ae5
4 changed files with 4 additions and 4 deletions
|
@ -161,7 +161,7 @@ BUILD D: -n A: - F: -
|
|||
Constant. Return a build identifier. Use along with version to identify an image.
|
||||
|
||||
Base D: -a A: - F: -
|
||||
Variable. Holds the current numeric base.
|
||||
Variable. Holds the current numeric base. Base must be in the range of 2-16.
|
||||
|
||||
Compiler D: -a A: - F: -
|
||||
Variable. Holds the compiler state. If TRUE, the compiler is active. If FALSE, it is not.
|
||||
|
|
|
@ -408,7 +408,7 @@
|
|||
<b>Addr:</b> -<br>
|
||||
<b>Float:</b> -</p>
|
||||
</div>
|
||||
<p>Variable. Holds the current numeric base.</p>
|
||||
<p>Variable. Holds the current numeric base. Base must be in the range of 2-16.</p>
|
||||
<table><tr><td><b>Class:</b> </td><td>class:data</td></tr><tr><td><b>Namespace:</b> </td><td>global</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
|
||||
<h2>Compiler</h2>
|
||||
<div style='margin-left: 1em;'><p><b>Data:</b> -a<br>
|
||||
|
|
|
@ -631,7 +631,7 @@ Base
|
|||
Addr: -
|
||||
Float: -
|
||||
|
||||
Variable. Holds the current numeric base.
|
||||
Variable. Holds the current numeric base. Base must be in the range of 2-16.
|
||||
|
||||
Class: class:data | Namespace: global | Interface Layer: all
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -52,7 +52,7 @@ ASCII:SYN -n - - Constant. Refers to specific ASCII code. class:data {n/a} {n/
|
|||
ASCII:US -n - - Constant. Refers to specific ASCII code. class:data {n/a} {n/a} ASCII all
|
||||
ASCII:VT -n - - Constant. Refers to specific ASCII code. class:data {n/a} {n/a} ASCII all
|
||||
BUILD -n - - Constant. Return a build identifier. Use along with version to identify an image. class:data {n/a} {n/a} global all
|
||||
Base -a - - Variable. Holds the current numeric base. class:data {n/a} {n/a} global all
|
||||
Base -a - - Variable. Holds the current numeric base. Base must be in the range of 2-16. class:data {n/a} {n/a} global all
|
||||
Compiler -a - - Variable. Holds the compiler state. If TRUE, the compiler is active. If FALSE, it is not. class:data {n/a} {n/a} global all
|
||||
Dictionary -a - - Variable. Holds a pointer to the most recent dictionary header. class:data {n/a} {n/a} global all
|
||||
EOM -a - - Constant. Returns the last addressable memory address. class:word {n/a} {n/a} global all
|
||||
|
|
|
Loading…
Reference in a new issue