Hi Kai, It complains with me here, so I assume you meant to use FUNC. If that's the case...it's still undocumented behavior, but basically it ignores the unnamed param:
>> probe send-mail: func [ addr [string!] [email!] xx [integer!]] [print xx] func [addr [string!] [email!] xx [integer!]][print xx] >> send-mail "test" 1 1 -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
