Hi,
> Hello [EMAIL PROTECTED]!
>
> On 04-Lug-00, you wrote:
>
> l> Correcting myself. Still not bug-free. The code should be:
>
> l> append spec either function? :f [
> l> reduce ['func load mold third :f copy/deep second
:f]
> l> ] [
> l> reduce ['first reduce [:f]]
> l> ]
>
> This is for argument types, isn't it? Wasn't that "bug" fixed?
>
> Regards,
> Gabriele.
> --
> Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL
programmer
> Amiga Group Italia sez. L'Aquila --
http://www.amyresource.it/AGI/
>
I don't think so:
REBOL/Core 2.3.0.3.1
>> f: func [x [any-type!]] [probe get/any 'x]
>> g: func third :f second :f
>> probe :g
func [x [datatype!]][probe get/any 'x]
Regards
Ladislav