clarify the range of supported numeric bases

FossilOrigin-Name: f15814b7d112c7a112f1bd011cb53ddb01a97659a82409a38e5ff2057dc7aa83
This commit is contained in:
crc 2022-06-17 09:28:45 +00:00
parent 65b18e870a
commit 3896e53ae5
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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>

View file

@ -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
------------------------------------------------------------------------

View file

@ -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

1 $ -c - - Return ASCII:NUL (0). class:macro {n/a} {n/a} global all
52 ASCII:US -n - - Constant. Refers to specific ASCII code. class:data {n/a} {n/a} ASCII all
53 ASCII:VT -n - - Constant. Refers to specific ASCII code. class:data {n/a} {n/a} ASCII all
54 BUILD -n - - Constant. Return a build identifier. Use along with version to identify an image. class:data {n/a} {n/a} global all
55 Base -a - - Variable. Holds the current numeric base. Variable. Holds the current numeric base. Base must be in the range of 2-16. class:data {n/a} {n/a} global all
56 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
57 Dictionary -a - - Variable. Holds a pointer to the most recent dictionary header. class:data {n/a} {n/a} global all
58 EOM -a - - Constant. Returns the last addressable memory address. class:word {n/a} {n/a} global all