Re: bit-or arity appears limited to 2 items

2011-10-25 Thread rugby_road
Thanks! That was it! Blake On Oct 23, 10:24 pm, Sean Corfield wrote: > On Fri, Oct 21, 2011 at 4:12 PM, rugby_road wrote: > > The bit-or arity seems to be limited to 2, rather than more, which > > seems to disagree with the documentation.  I get "Wrong number of args > > (3) passed to: core$bit

Re: bit-or arity appears limited to 2 items

2011-10-23 Thread Sean Corfield
On Fri, Oct 21, 2011 at 4:12 PM, rugby_road wrote: > The bit-or arity seems to be limited to 2, rather than more, which > seems to disagree with the documentation.  I get "Wrong number of args > (3) passed to: core$bit-or" for (bit-or 1 1 1).  Have I misunderstood > this operation; shouldn't it ta

bit-or arity appears limited to 2 items

2011-10-23 Thread rugby_road
The bit-or arity seems to be limited to 2, rather than more, which seems to disagree with the documentation. I get "Wrong number of args (3) passed to: core$bit-or" for (bit-or 1 1 1). Have I misunderstood this operation; shouldn't it take any number of values? thanks Blake -- You received thi