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

[REBOL] Re: Bug or feature?

From: dhsunanda::gmail::com at: 29-Dec-2007 22:32

> test: func [1.2.3][print "Huh?"] > test
You 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