Working my way through some more compilation issues with the latest PS, I noticed this:<div><br></div><div><div>(ps (!== x))</div><div>=> "bangequalsequals(x);"</div></div><div><br></div><div>Is !== deprecated? If so, it should issue the usual warning.</div>

<div><br></div><div>On a related note, I get a bunch of warnings about % being deprecated in favour of REM, which is fine, but I can't actually find the usages in my code. Grep doesn't help. They must be implicit somehow. I wonder if it would be a good idea for the deprecate warning to print the offending form?</div>

<div><br></div><div>Daniel</div>