diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | txr.1 | 11 |
2 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2014-12-31 Kaz Kylheku <kaz@kylheku.com> + + * txr.1: Fix error. (set [seq index-list] new) corresponds to + replace not to refset. + 2014-12-25 Kaz Kylheku <kaz@kylheku.com> * stream.c (stream_init): Register make_catenated_stream in @@ -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 |