not-equals:core — ordinary primitive
FORTH
<> ( a b -- cond )();p4:"not-equals";
<> ( a b -- cond )(
)
return true if a and b are not equal, see =