diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 05:37:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 05:37:13 -0700 |
commit | 8f60ad0040d649e05dfbe30b5a142a52ffef5ed2 (patch) | |
tree | 318517e0147fe50b7774f6bc8ba315d551bb7ed7 | |
parent | 62555de35288d631ae3009937455e318113a6779 (diff) | |
download | txr-8f60ad0040d649e05dfbe30b5a142a52ffef5ed2.tar.gz txr-8f60ad0040d649e05dfbe30b5a142a52ffef5ed2.tar.bz2 txr-8f60ad0040d649e05dfbe30b5a142a52ffef5ed2.zip |
doc: note about label symbols in tagbody.
* txr.1: Note added that a tagbody label may be any
symbol whatsoever.
-rw-r--r-- | txr.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -15834,6 +15834,17 @@ by an inner and outer .codn tagbody , the inner labels shadow the outer labels. +There is no restriction on what kinds of symbols may be labels. +Symbols in the +.code keyword +package as well as the symbols +.code t +and +.code nil +are valid +.code tagbody +labels. + .TP* "Dialect Note:" ANSI Common Lisp |