diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-31 07:23:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-31 07:23:35 -0800 |
commit | bf5a03f450f26e07a1ccc6f00d9bd0c5659e8591 (patch) | |
tree | 02d9e561b9fc5b4319f1649a459a63c7bbcf4d7f /txr.1 | |
parent | fd4bdd5889162d26bf2f195224e6a3c675696f8e (diff) | |
download | txr-bf5a03f450f26e07a1ccc6f00d9bd0c5659e8591.tar.gz txr-bf5a03f450f26e07a1ccc6f00d9bd0c5659e8591.tar.bz2 txr-bf5a03f450f26e07a1ccc6f00d9bd0c5659e8591.zip |
* txr.1: Fix error. (set [seq index-list] new) corresponds to
replace not to refset.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -10484,12 +10484,17 @@ This form is equivalent to .cble except when the target of an assignment operation. -The following equivalences hold: +The following equivalences hold between index-list-based indexing +and the +.code select +and +.code replace +functions: .cblk - [seq list] <--> (select seq list) + [seq idx-list] <--> (select seq idx-list) - (set [seq list] new) <--> (refset seq new list) + (set [seq idx-list] new) <--> (replace seq new idx-list) .cble This form does not accept update operators like |