REBOL3 tracker
  0.9.12 beta
Ticket #0002061 User: anonymous

Project:



rss
TypeBug Statussubmitted Date18-Sep-2013 22:54
Versionr3 master CategoryNative Submitted byBrianH
PlatformAll Severityminor Prioritynormal

Summary REDUCE/into of non-block doesn't insert into target
Description REDUCE/into is supposed to insert its resulting value(s) into the target block specified by the out parameter. However, the /into option is ignored when the value argument isn't a block, and REDUCE just returns value as if /into wasn't specified. REDUCE/into should always insert.
Example code
>> head reduce/into "a" []
== "a"  ; should be ["a"]

Assigned ton/a Fixed in- Last Update18-Sep-2013 22:54


Comments

Date User Field Action Change
18-Sep-2013 22:54 BrianH Ticket Added -