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

[REBOL] Re: [TYPE] weird return value

From: maximo:meteorstudios at: 21-Apr-2004 16:19

After writing my last mail and reading other posts... I realized that /a/b/c/d is an illusion. when it gets loaded, it ALWAYS becomes: /a /b /c /d even if reduce is not called on it.
>> probe [/a/b/c] >> [/a /b /c]
probe [[[/a/b/c]]] [[[/a /b /c]]] Like Hallvard just noted, chained refinements are all really separate words. not so obvious! -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun.