[REBOL] Re: Bug or feature?
From: dhsunanda::gmail::com at: 29-Dec-2007 22:32
> test: func [1.2.3][print "Huh?"] > testYou can see the "canonical" format of a func's args like this: a: func [1 b 2][print b] == [b] It certainly looks like anything that is not a word or a block is just ignored. Sunanda