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-----------------
