From 3896e53ae55fcfc5d6ad6221ce77e75a6e771369 Mon Sep 17 00:00:00 2001 From: crc <> Date: Fri, 17 Jun 2022 09:28:45 +0000 Subject: [PATCH] clarify the range of supported numeric bases FossilOrigin-Name: f15814b7d112c7a112f1bd011cb53ddb01a97659a82409a38e5ff2057dc7aa83 --- doc/Glossary-Concise.txt | 2 +- doc/Glossary.html | 2 +- doc/Glossary.txt | 2 +- doc/words.tsv | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Glossary-Concise.txt b/doc/Glossary-Concise.txt index 264326a..9392bb2 100644 --- a/doc/Glossary-Concise.txt +++ b/doc/Glossary-Concise.txt @@ -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. diff --git a/doc/Glossary.html b/doc/Glossary.html index 274be1b..8c3ae40 100644 --- a/doc/Glossary.html +++ b/doc/Glossary.html @@ -408,7 +408,7 @@ 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

Compiler

Data: -a
diff --git a/doc/Glossary.txt b/doc/Glossary.txt index 43eb489..c563a7d 100644 --- a/doc/Glossary.txt +++ b/doc/Glossary.txt @@ -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 ------------------------------------------------------------------------ diff --git a/doc/words.tsv b/doc/words.tsv index 0244b6c..272dd42 100644 --- a/doc/words.tsv +++ b/doc/words.tsv @@ -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