Thanks. That was very helpful. Now I have a
correct dump for rebol functions (I think).
regards
Tim
At 04:19 PM 8/7/00 -0700, you wrote:
>Hi Tim
>
> >> type? :break
>== native!
> >> type? :func
>== function!
> >> type? :add
>== action!
> >> type? :+
>== op!
>
>Any-function is a pseudotype which includes function!, action!, op!, and
>native! (i.e. the action any-function? returns true for any of these).  Try
>
>help native!
>help function!
>etc
>
>to get a list of the currently defined values of that type.
>
>Other pseudotypes are series, any-block, and any-string.
>This topic is discussed (to some extent) in the docs. Elan's book provides
>more info.
>
>HTH
>-Larry
>
>
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, August 07, 2000 3:57 PM
>Subject: [REBOL] Getting Rebol Word List Re:(5)
>
>
> > I'm a little confused about the distinction between
> > any-function? and function?
> >
> >   any-function? :break
> > == true
> > but
> > function? :break
> > == false
> >
> > Can anyone enlighten me? I see
> > that the function below uses any-function?
> > Thanks
> > Tim
>--------snip-----------------


Reply via email to