Conditional Operators: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 October 2024

  • curprev 04:5904:59, 4 October 2024Nexus wiki talk contribs 1,265 bytes +1,265 Created page with "Find below the various conditional operators: == Core validation types == //RESERVED to 0x7f UINT8_T = 0x70, UINT16_T = 0x71, UINT32_T = 0x72, UINT64_T = 0x73, UINT256_T = 0x74, UINT512_T = 0x75, UINT1024_T = 0x76, STRING = 0x77, BYTES = 0x78, == Core validation operations == //RESERVED to 0x8f EQUALS = 0x80, LESSTHAN = 0x81, GREATERTHAN = 0x82, NOTEQUALS = 0x83, CONTAINS = 0x84, LESSEQUALS = 0x85, GREATEREQUALS = 0x86, //RESERVED to 0x9f ADD = 0x..."