Re: How Come This Binary Op Doesn't Work?
- Posted by Tristen B Wilson <twilsonwoody at h?tmail.com> Jul 13, 2007
- 524 views
c.k.lester wrote: > > }}} <eucode>sequence temp > integer bool > > temp = {} > > bool = atom(temp) and temp = 1</eucode> {{{ > > bool keeps getting set to an empty sequence, not 0. Temp has Nothing! No atoms, sequences. Try Splicing or using length(temp). subscripting is easily used.