Re: How Come This Binary Op Doesn't Work?
- Posted by c.k.lester <euphoric at ckleste?.com> Jul 13, 2007
- 523 views
Tristen B Wilson wrote: > 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. Technically, temp is a sequence with no elements.