Hi Rebols

Does anyone know the difference between an action and a function?   (REBOL
Tech ???)

>> action? :add
== true

>> function? :add
== false

I also noticed this puzzling result:

>> type? money!
== datatype!
>> type? function!
== datatype!
>> type? action!
** Script Error: action! has no value.
** Where: type? action!

It appears that "type?" returns "datatype!" for all of the datatypes except
action!.  Is "action" really a datatype?  Why doesn't it have a datatype
value?

Larry :-)


Reply via email to