diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-08-02 06:53:27 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-08-02 06:53:27 -0700 |
commit | c4699950874229b4322183534a7f5f3c4cde3116 (patch) | |
tree | cbca4a19be4524f565821c491de85e609acccb53 | |
parent | 982bc4b4bc71a80761ebb9b58e4db06bc1317bb6 (diff) | |
download | txr-c4699950874229b4322183534a7f5f3c4cde3116.tar.gz txr-c4699950874229b4322183534a7f5f3c4cde3116.tar.bz2 txr-c4699950874229b4322183534a7f5f3c4cde3116.zip |
doc: cross reference different #b.
* txr.1: Note under #b binary number syntax that #b is also
used for buffer literals, and vice versa.
-rw-r--r-- | txr.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3061,6 +3061,10 @@ prefix: #b1110 ;; 14 .cble +Note that the +.code #b +prefix is also used for buffer literals. + A floating-point constant is marked by the inclusion of a decimal point, the exponential "e notation", or both. It is an optional sign, followed by a mantissa consisting of digits, a decimal point, more digits, and then an @@ -11408,6 +11412,15 @@ function, and other means such as the .code ffi-get function. +Note that the +.code #b +prefix is also used for binary numbers. In that syntax, it +is followed by an optional sign, and then a mixture of one +or more of the digits +.code 0 +or +.codn 1 . + .coNP The @ .. notation In \*(TL, there is a special "dotdot" notation consisting of a pair of dots. This can be written between successive atoms or compound expressions, and is a |