On Friday, 28-December-2007 at 16:02:17 Kai Peters wrote,

>I had accidentally written
>
>send-mail: function [ addr [string!] [email!] ] [...
>
>instead of
>
>send-mail: function [ addr [string! email!] ] [...
>
>but Rebol didn't complain.

It complains with me at run-time...

>> send-mail: function [ addr [string!] [email!] ] [print "Huh?"]
** Script Error: function expected body argument of type: block
** Near: send-mail: function [addr [string!] [email!]] [print "Huh?"]

Did you mean 'func and not 'function ?

-- Carl Read.


>Bug or feature not understood by me? Or denoting
>the same thing?
>
>TIA
>Kai

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to