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

[REBOL] Re: Bug in To?

From: greggirwin::mindspring::com at: 28-Mar-2005 8:52

Sometimes it helps to make a block explicit and see what REBOL thinks is in it.
>> length? [<<test>> <v>]
== 3
>> first [<<test>> <v>]
== <<test>
>> second [<<test>> <v>]
== > -- Gregg