I noticed that ecompile can understand both, is there any diference?
(Racalac's e-script guide never uses "<>")
Difference between "<>" and "!="
Re: Difference between "<>" and "!="
If you've tested it and they both work then there is probably no difference. I believe the native code of POL supports <> while escript itself specifically has !=.
Re: Difference between "<>" and "!="
Try if <> work with variables that are no numbers, like strings, errors etc.