MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Compare

Function Compare

src/conddebug.cpp:491–494  ·  view source on GitHub ↗

Handle <=, =>, ==, !=, > and < operators */

Source from the content-addressed store, hash-verified

489
490/* Handle <=, =>, ==, !=, > and < operators */
491static Condition* Compare(const char** str)
492{
493 return InfixOperator(str, Sum, CompareOperators);
494}
495
496/* Check for || or && operators */
497static int ConnectOperators(const char** str)

Callers

nothing calls this directly

Calls 1

InfixOperatorFunction · 0.85

Tested by

no test coverage detected