Go to the first, previous, next, last section, table of contents.


!=

Function: != { any any -> tOrNil }
file: jobbuild.c
package: muf
status: alpha

This function compares two arguments in the Muq-natural way: Constants are compared by value, objects which can change over time are compared by address. (This ensures that comparing a given pair of objects always returns the same result.)


Go to the first, previous, next, last section, table of contents.