How Come This Binary Op Doesn't Work?
- Posted by c.k.lester <euphoric at cklester.?om> Jul 13, 2007
- 563 views
sequence temp integer bool temp = {} bool = atom(temp) and temp = 1
bool keeps getting set to an empty sequence, not 0. What's up with that?!?!