Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Bug or feature?

From: kpeters:otaksoft at: 28-Dec-2007 16:02

I had accidentally written send-mail: function [ addr [string!] [email!] ] [... instead of send-mail: function [ addr [string! email!] ] [... but Rebol didn't complain. Bug or feature not understood by me? Or denoting the same thing? TIA Kai