:NEQ

Purpose

Compares two objects (frames or non-frames) for non-equality.

Parameters

object1
A frame or variable.
object2
A frame or variable.

Examples

  (:NEQ ?a ?b)

Success criteria

Succeeds if the two things are not equal.

Failure criteria

Fails if the two things are equal.

Notes

This is normally used to filter out duplicates when performing a cross-product operation.

This command works correctly for all data types.

Related commands


Back to...

Algernon commands
Algernon Documentation Central
Algernon home page