diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-08-02 06:57:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-08-02 06:57:10 -0700 |
commit | a317123f0e1b4293f04cd08af2de0e7da4b5c5fd (patch) | |
tree | ea9e2840404b0e4235099ccf08293da517206768 | |
parent | 9c0fde0840af0db687a3acfd32aef29244582833 (diff) | |
download | txr-a317123f0e1b4293f04cd08af2de0e7da4b5c5fd.tar.gz txr-a317123f0e1b4293f04cd08af2de0e7da4b5c5fd.tar.bz2 txr-a317123f0e1b4293f04cd08af2de0e7da4b5c5fd.zip |
doc: note about global symbol macros.
* txr.1: Adding note that a symbol cannot be a global
symbol macro and global variable at the same time.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12713,6 +12713,10 @@ Symbol macros may be defined over the global variable namespace using .codn defsymacro . +Note that whereas a symbol may simultaneously have both a function and macro +binding in the global namespace, a symbol may not simultaneously have +a variable and symbol macro binding. + .NP* Lexical Environments In addition to global and dynamic namespaces, \*(TL provides lexically scoped |