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

[REBOL] Re: Cookbook submissions idea

From: atruter:labyrinth:au at: 6-Jan-2004 13:10

The one that always gets me is:
>> a: [b true]
== [b true]
>> c: 'b
== b
>> a/:c
== true Now how does one do "a/:c: false"? Regards, Ashley<