diff options
-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 |