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

[REBOL] Re: Blocks and parens treated the same by parse's into?

From: brett::codeconscious::com at: 4-Apr-2002 18:08

Hi Carl,
>> p: first [()]
== ()
>> type? :p
== paren!
>> any-block? :p
== true Also,
>> parse [a/b/c] [path!]
== true
>> parse [a/b/c] [into ['a 'b 'c]]
== true
>> any-block? first [a/b/c]
== true Maybe by design. Regards, Brett.