In manyThe are two operators '<>' and '!=' used in programming languages, with the two operatorssame general meaning.
'<>' can be used in PHP, SQL, and Pascal.
'!=' are interchangeableseems to be more commonly used.
What is the original reason for both of these operators to co-exist, when they seem to be so similar in purpose? What was the first language to support both?