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 | ae6c40f3d231b9573a256693f354289c8900c25b (patch) | |
tree | 318517e0147fe50b7774f6bc8ba315d551bb7ed7 /txr.1 | |
parent | d8cf5c75653d94269ed6815b8a41ab55b85fc0de (diff) | |
download | txr-ae6c40f3d231b9573a256693f354289c8900c25b.tar.gz txr-ae6c40f3d231b9573a256693f354289c8900c25b.tar.bz2 txr-ae6c40f3d231b9573a256693f354289c8900c25b.zip |
doc: note about label symbols in tagbody.
* txr.1: Note added that a tagbody label may be any
symbol whatsoever.
Diffstat (limited to 'txr.1')
-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 |