diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-18 18:16:02 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-18 18:22:18 +0300 |
commit | 394fe39825cf4fc2f12ad511d8fea2bb61ee4837 (patch) | |
tree | fc30015680b4167d876d8f8f49b6c523b1b61122 | |
parent | 02cdecf47c8dc430bd4b80eb1377a89b94c990f9 (diff) | |
download | sciteco-394fe39825cf4fc2f12ad511d8fea2bb61ee4837.tar.gz |
sciteco(7): added a help topic for booleans
So you can lookup `?bool$` for instance.
-rw-r--r-- | doc/sciteco.7.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 4736be2..7c49e07 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -982,6 +982,7 @@ The integer storage size may be changed at \*(ST build time however. In this specific build, integers are @TECO_INTEGER@-bit. .LP +.SCITECO_TOPIC bool boolean Some commands expect or return booleans, most often signifying success or failure. Booleans are also integers but unlike in ordinary (sane) languages |