diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-05-29 00:13:01 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-05-29 00:13:01 +0000 |
commit | 1e5afba02b39c1e438a92f7a902da25e71396666 (patch) | |
tree | f2a1d12544b384725394e20a472eaea7e8087186 /NEWS | |
parent | 24e37377fa4d21083bc944fb71a612e54d548ceb (diff) | |
download | guile-1e5afba02b39c1e438a92f7a902da25e71396666.tar.gz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ Changes in Guile 1.2: token of the form #:NAME, where NAME has the same syntax as a Scheme symbol, is the external representation of the keyword named NAME. Keyword objects print using this syntax as well, so values containing -keyword objects can be read back into Guile. +keyword objects can be read back into Guile. When used in an +expression, keywords are self-quoting objects. Guile suports this read syntax, and uses this print syntax, regardless of the current setting of the `keyword' read option. The `keyword' |