diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-10-25 20:26:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-10-25 20:26:09 -0700 |
commit | 576ec088fb62291c1f431873d39d26d508d2a18c (patch) | |
tree | d0de3d54d86dec77df59e563781c653babbb1c53 | |
parent | 5504525e1dfda98738deb8310086e4217aa7bf75 (diff) | |
download | txr-576ec088fb62291c1f431873d39d26d508d2a18c.tar.gz txr-576ec088fb62291c1f431873d39d26d508d2a18c.tar.bz2 txr-576ec088fb62291c1f431873d39d26d508d2a18c.zip |
doc: return value of list-builder methods.
* txr.1: Document that the list-builder methods which add to
the list have unspecified return values, and that the local
functions set up by the build macro are the same way.
-rw-r--r-- | txr.1 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -30185,6 +30185,8 @@ whereas .code add* adds elements at the front. +The return value of these methods is unspecified. + .TP* Example: .cblk @@ -30227,6 +30229,8 @@ Both methods have the property that the constructed list does not share structure with the input lists. +The return value of these methods is unspecified. + .TP* Example: .cblk @@ -30277,6 +30281,8 @@ which is an atom. This atom will simply be installed as the terminating atom of the list being constructed. +The return value of these methods is unspecified. + .TP* Example: .cblk @@ -30349,6 +30355,14 @@ Local functions which mimic the methods operate implicitly on this hidden variable, so that the object need not be mentioned as an argument. +With the exception of +.codn get , +these local functions +.codn get , +have unspecified return values, like the same-named +.code list-builder +methods. + .TP* Examples: .cblk |