mIRC Homepage
Posted By: sagitt [mIRC 6.3] - Bug in operators - 22/08/07 07:22 PM
I found a bug using mIRC 6.3, it doesn't recognize the operator "=>" while it recognize the operator ">=" eg. (%i => %o) doesn't work while if i write (%i >= %o) it work.
Posted By: Jigsy Re: [mIRC 6.3] - Bug in operators - 22/08/07 07:26 PM
I don't think => exists.
Posted By: Horstl Re: [mIRC 6.3] - Bug in operators - 22/08/07 07:33 PM
This may be related to:
Quote:
39.Fixed /if parser not reporting invalid operator for => and =<,
and added not support for !> !<= etc.
smile
Posted By: hixxy Re: [mIRC 6.3] - Bug in operators - 22/08/07 09:22 PM
=< and => do not exist.

The operators are "more/less than or equal to", not "equal to or more/less than"
Posted By: Mpdreamz Re: [mIRC 6.3] - Bug in operators - 22/08/07 10:28 PM
=> is parsed as = in previous versions of mIRC not sure about 6.3 i haven't yet updated.
Posted By: Wims Re: [mIRC 6.3] - Bug in operators - 22/08/07 10:33 PM
In mIRC 6.3 :
Code:
//if (1 => 1) echo -a ok


return * /if: '=>' unknown operator



Posted By: Riamus2 Re: [mIRC 6.3] - Bug in operators - 22/08/07 11:58 PM
This was true in mIRC 6.21 (and maybe 6.20). You have to use >= or <= instead of => and =<.
© mIRC Discussion Forums