StaticgetReturns positive verb if number for noun1 times n1 equals number for noun2 times n2, otherwise negative verb.
Number on left hand side.
Number on right hand side.
LinkFunction hasRatio.
StaticgetReturns positive verb if the number for noun1 is exactly n less than the number for noun2, otherwise negative verb.
Number.
LinkFunction isLessBy.
StaticgetReturns positive verb if the number for noun1 is less than the number for noun2 minus n, otherwise negative verb. For n = 1, this means "before, but not just before."
Number.
LinkFunction isLessThan.
StaticgetReturns positive verb if the number for noun1 is exactly n more than the number for noun2, otherwise negative verb.
Number.
LinkFunction isMoreBy.
StaticgetReturns positive verb if the number for noun1 is more than the number for noun2 plus n, otherwise negative verb. For n = 1, this means "after, but not just after."
Number.
LinkFunction isMoreThan.
StaticgetReturns positive verb if number for noun1 is exactly 1 less or 1 more than number for noun2, otherwise negative verb.
LinkFunction isNextTo.
StaticgetReturns positive verb if number for noun1 is exactly n less or n more than number for noun2, otherwise negative verb. Equivalent to isNextTo when n is one.
Number.
LinkFunction isOffsetBy.
StaticgetReturns positive verb if number for noun1 is either n less or n more than number for noun2, otherwise negative verb.
Number.
LinkFunction isOutsideOf.
StaticgetReturns positive verb if both nouns are equal (i.e., are the same noun), otherwise negative verb.
LinkFunction isWith.
Link class for the Mystery Master Logic Puzzle Solver.
Copyright
mysterymaster.com. All rights reserved.
Author
Michael Benson
Version
2024-12-20