You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
>>headreduce/into"a" []
=="a"; should be ["a"]
CC - Data [ Version: r3 master Type: Bug Platform: All Category: Native Reproduce: Always Fixed-in:none ]
The text was updated successfully, but these errors were encountered:
Submitted by: BrianH
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.
CC - Data [ Version: r3 master Type: Bug Platform: All Category: Native Reproduce: Always Fixed-in:none ]
The text was updated successfully, but these errors were encountered: