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

[REBOL] Re: Context - code included- 2nd version

From: lmecir:mbox:vol:cz at: 15-Sep-2001 0:40

> Hello Ladislav! > > On 14-Set-01, you wrote: > > LM>> every single word in REBOL, without exception, exists > LM>> inside of a block series. > LM>> Always. > > LM> I am not sure I understand the meaning of that. > > Can you give me an example of a word that is not in a "block > series"?. > > Notice that: > > to-word "a" > > places 'A in system/words. > > Regards, > Gabriele.
See this: ud: first to block! "foo" recycle probe ud ; == foo ls: make list! 1 append ls ud unset ud recycle It may still be considered true, but it was unclear to me.