Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Please help me out

From: emekamicro:gm:ail at: 23-Aug-2010 17:10

Hello All, This where I got my conclusion. I mentioned before that blocks are a container type. An ordered sequence of values. Actually they are an ordered sequence of un-evaluated values. What that means is that when a block itself is evaluated the values it contains are not evaluated. The values a block contains are evaluated when a function is applied to the block http://www.codeconscious.com/rebol/articles/rebol-concepts.html#Firsttrapforbeginners Is the last statement correct? Emeka On Mon, Aug 23, 2010 at 4:09 PM, Ed O'Connor <edoconnor-gmail.com> wrote: I don't know much about computer science, but I think REBOL's blocks share