Gabriele Yes it helps, thanks.
Regards Peter On Saturday, July 21, 2007, at 06:27 pm, Gabriele Santilli wrote: > > 2007/7/21, Peter Wood <[EMAIL PROTECTED]>: > >> When parsing a block for a function! value, I'm finding the value that >> I'm trying to set gets set to [second function] value rather than the >> function: >> >>>> a: func [] [12.34] >>>> parse [:a] [set b function!] >> == false > > Notice the FALSE here! > > The block you are parsing contains a get-word not a function. > >>> f: func [a] [print a] >>> parse reduce [:f] [set g function!] > == true >>> :g >>> source g > g: func [a][print a] > > HTH, > Gabriele. > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
