[REBOL] Re: to-block bug?
From: atruter::hih::com::au at: 14-Aug-2002 9:54
Anyone care to explain why a fails and b works even though they are [apparently] identical?>> a: [btn green]== [btn green]>> b: to-block "btn green"== [btn green]>> a = b== true>> view layout a >> view layout b** Script Error: green word has no context ** Where: do-facets ** Near: green Regards, Ashley