REBOL3 tracker
  0.9.12 beta
Ticket #0000691 User: anonymous

Project:



rss
TypeWish Statustested Date28-Mar-2009 20:40
Versionalpha 40 Categoryn/a Submitted byBrianH
PlatformAll Severityminor Prioritynormal

Summary Have LOAD of a block! load each item in the block.
Description LOAD of a block! doesn't do anything useful now. It would help if we made it LOAD each item in the block, and return those items in a new block. It should be as simple as MAP APPLY :LOAD.

This was suggested by Carl in R3 chat.
Example code
>> load ["print 'hello" "print 'there"]
== [[print 'hello] [print 'there]]

Assigned ton/a Fixed inalpha 42 Last Update24-Dec-2012 23:29


Comments
(0000519)
BrianH
28-Mar-2009 20:41

Implemented in mezz-load 3138.
(0003310)
BrianH
24-Dec-2012 23:29

Note that because of this, #16 is no longer an error and has been dismissed.

Date User Field Action Change
24-Dec-2012 23:29 BrianH Comment : 0003310 Added -
2-Apr-2009 02:23 BrianH Fixedin Modified => alpha 42
2-Apr-2009 02:23 BrianH Status Modified pending => tested
28-Mar-2009 20:43 BrianH Version Modified alpha 42 => alpha 40
28-Mar-2009 20:41 BrianH Comment : 0000519 Added -
28-Mar-2009 20:41 BrianH Description Modified -
28-Mar-2009 20:41 BrianH Code Modified -
28-Mar-2009 20:41 BrianH Status Modified submitted => pending
28-Mar-2009 20:40 BrianH Ticket Added -