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

[REBOL] Need help printing first elm of block

From: charliew::drte::com at: 21-May-2001 10:43

Please help me understand what is happening here.
>> aVar: "one"
== "one"
>> bVar: "two"
== "two"
>> >> blk: [aVar bVar]
== [aVar bVar]