Hi Romano, Conducting a clean of the REBOL code? :^)
Is there any point to using sense (once fixed)? Looks to me like it could produce more problems than it is worth. Regards, Brett. ----- Original Message ----- From: "Romano Paolo Tenca" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 05, 2002 8:20 PM Subject: [REBOL] Re: evaluation result (or... goodbye) > Hi Brett, > > if you like to change layout, you could correct this line also: > > | 'sense set value block! [new/feel/engage: func [face action event] value] > > the correction: > > | 'sense set value block! ([new/feel/engage: func [face action event] value]) > > --- > Ciao > Romano > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
