/= == syntax: (/= {<number> ...}) This function checks the arguments, whether they are all different. It returns T, when the test was successful, otherwise NIL. example: >(/= 1 1.0) NIL