--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > if(1 && map) > > win.debug("map exists 3") > > if(not not map) > > win.debug("map exists 4") > > > > Map handles are not numbers. The results of using && or not with > something that is not a number is zero. This explains what you get. > > One could argue that a non-numeric string should be treated as non- > zero by &&, ||, not; perhaps I will change this.
Hi Bruce, Would you add ^^(XOR) when you do this? Currently I can use strcoll(not expr1, not expr2) instead, however, it'd be nicer to have a native XOR. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
