I guess I should have put the comparison script in too...

 Code:
@kix
$i=1
? ("test"<>$i)
? ($i<>"test")


Both test lines return 1 here...