<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nexus-wiki.org/index.php?action=history&amp;feed=atom&amp;title=Conditional_Operators</id>
	<title>Conditional Operators - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nexus-wiki.org/index.php?action=history&amp;feed=atom&amp;title=Conditional_Operators"/>
	<link rel="alternate" type="text/html" href="https://nexus-wiki.org/index.php?title=Conditional_Operators&amp;action=history"/>
	<updated>2026-04-24T15:42:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://nexus-wiki.org/index.php?title=Conditional_Operators&amp;diff=12&amp;oldid=prev</id>
		<title>Nexus wiki: Created page with &quot;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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nexus-wiki.org/index.php?title=Conditional_Operators&amp;diff=12&amp;oldid=prev"/>
		<updated>2024-10-04T04:59:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Find below the various conditional operators:&lt;br /&gt;
&lt;br /&gt;
== Core validation types ==&lt;br /&gt;
&lt;br /&gt;
 //RESERVED to 0x7f&lt;br /&gt;
 UINT8_T = 0x70,&lt;br /&gt;
 UINT16_T = 0x71,&lt;br /&gt;
 UINT32_T = 0x72,&lt;br /&gt;
 UINT64_T = 0x73,&lt;br /&gt;
 UINT256_T = 0x74,&lt;br /&gt;
 UINT512_T = 0x75,&lt;br /&gt;
 UINT1024_T = 0x76,&lt;br /&gt;
 STRING = 0x77,&lt;br /&gt;
 BYTES = 0x78,&lt;br /&gt;
&lt;br /&gt;
== Core validation operations ==&lt;br /&gt;
 //RESERVED to 0x8f&lt;br /&gt;
 EQUALS = 0x80,&lt;br /&gt;
 LESSTHAN = 0x81,&lt;br /&gt;
 GREATERTHAN = 0x82,&lt;br /&gt;
 NOTEQUALS = 0x83,&lt;br /&gt;
 CONTAINS = 0x84,&lt;br /&gt;
 LESSEQUALS = 0x85,&lt;br /&gt;
 GREATEREQUALS = 0x86,&lt;br /&gt;
&lt;br /&gt;
 //RESERVED to 0x9f&lt;br /&gt;
 ADD = 0x90,&lt;br /&gt;
 SUB = 0x91,&lt;br /&gt;
 DIV = 0x92,&lt;br /&gt;
 MUL = 0x93,&lt;br /&gt;
 MOD = 0x94,&lt;br /&gt;
 INC = 0x95,&lt;br /&gt;
 DEC = 0x96,&lt;br /&gt;
 EXP = 0x97,&lt;br /&gt;
 SUBDATA = 0x98,&lt;br /&gt;
 CAT = 0x99,&lt;br /&gt;
​&lt;br /&gt;
 //RESERVED to 0x2f&lt;br /&gt;
 AND = 0xa0,&lt;br /&gt;
 OR = 0xa1,&lt;br /&gt;
 GROUP = 0xa2,&lt;br /&gt;
 UNGROUP = 0xa3,&lt;br /&gt;
&lt;br /&gt;
== Register Layer State Values ==&lt;br /&gt;
&lt;br /&gt;
 CREATED = 0xb0,&lt;br /&gt;
 MODIFIED = 0xb1,&lt;br /&gt;
 OWNER = 0xb2,&lt;br /&gt;
 TYPE = 0xb3,&lt;br /&gt;
 STATE = 0xb4,&lt;br /&gt;
&lt;br /&gt;
 //object registers&lt;br /&gt;
 VALUE = 0xb5&lt;br /&gt;
&lt;br /&gt;
 == Caller Values (The conditional script caller) ==&lt;br /&gt;
 GENESIS = 0xc0,&lt;br /&gt;
 TIMESTAMP = 0xc1,&lt;br /&gt;
 OPERATIONS = 0xc2,&lt;br /&gt;
 CONDITIONS = 0xc3,&lt;br /&gt;
&lt;br /&gt;
== Register Pre State Values ==&lt;br /&gt;
&lt;br /&gt;
 CREATED = 0xc4,&lt;br /&gt;
 MODIFIED = 0xc5,&lt;br /&gt;
 OWNER = 0xc6,&lt;br /&gt;
 TYPE = 0xc7,&lt;br /&gt;
 STATE = 0xc8,&lt;br /&gt;
&lt;br /&gt;
 //object registers&lt;br /&gt;
 VALUE = 0xc9&lt;br /&gt;
&lt;br /&gt;
 GENESIS = 0xca,&lt;br /&gt;
 TIMESTAMP = 0xcb,&lt;br /&gt;
 OPERATIONS = 0xcc,&lt;br /&gt;
 CONDITIONS = 0xcd,&lt;br /&gt;
&lt;br /&gt;
 HEIGHT = 0xd0,&lt;br /&gt;
 SUPPLY = 0xd1,&lt;br /&gt;
 TIMESTAMP = 0xd2&lt;br /&gt;
&lt;br /&gt;
 SK256 = 0xe0&lt;br /&gt;
 SK512 = 0xe1&lt;/div&gt;</summary>
		<author><name>Nexus wiki</name></author>
	</entry>
</feed>