It's a problem with the declaration of CHANGE, like
       this:

f: func [x][]
g: func [x [any-type!]][]

>> f
** Script Error: f is missing its x argument.
** Where: f
>> g

>> 

> Hi,
> 
> did anyone report The following?
> 
> >> head insert copy [] ()
> == [unset] >> change copy [1] () ** Script Error: change is
> missing its value argument.  ** Where: change copy [1] ()
> 
> Ladislav
> 
> 
> 

Reply via email to