<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="/feed.php">
        <title>Documentation Center public:software:dazstudio:4:referenceguide:scripting:language_reference:operators</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-09T15:01:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/software/dazstudio/4/referenceguide/scripting/language_reference/operators/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/software/dazstudio/4/referenceguide/scripting/language_reference/operators/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-18T04:32:44+00:00</dc:date>
        <title>Operators</title>
        <link>/public/software/dazstudio/4/referenceguide/scripting/language_reference/operators/start</link>
        <description>
&lt;h1 id=&quot;operators&quot;&gt;Operators&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;!-- EDIT1 PLUGIN_WRAP_START [0-] --&gt;&lt;div class=&quot;wrap_center wrap_round wrap_todo plugin_wrap&quot; style=&quot;width: 80%;&quot;&gt;
&lt;p&gt;
This page is a &lt;a href=&quot;/public/terms/wip/start&quot; class=&quot;wikilink1&quot; title=&quot;public:terms:wip:start&quot;&gt;WIP&lt;/a&gt;. There is likely to be incomplete and or missing information while the page is being built. A previous version of the Daz Script documentation, which is largely compatible with the current &lt;abbr title=&quot;Application Programming Interface&quot;&gt;API&lt;/abbr&gt;, can be found &lt;a href=&quot;/public/software/dazstudio/3/start&quot; class=&quot;wikilink1&quot; title=&quot;public:software:dazstudio:3:start&quot;&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;/div&gt;&lt;!-- EDIT2 PLUGIN_WRAP_END [0-] --&gt;&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;arithmetic&quot;&gt;Arithmetic&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit3&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot;&gt;    Symbol    &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt;Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ++    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Increment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    --    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Decrement &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    *    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Multiplication &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    /    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Division &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    %    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Modulus (Remainder) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    +    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Addition &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    -    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Subtraction (Negation) &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT3 TABLE [386-723] --&gt;
&lt;/div&gt;

&lt;h3 id=&quot;increment&quot;&gt;Increment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;decrement&quot;&gt;Decrement&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;multiplication&quot;&gt;Multiplication&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;division&quot;&gt;Division&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;modulus_remainder&quot;&gt;Modulus (Remainder)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;addition&quot;&gt;Addition&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;subtraction_negation&quot;&gt;Subtraction (Negation)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;binary_bitwise&quot;&gt;Binary Bitwise&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit4&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot;&gt;    Symbol    &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt;Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;lt;&amp;lt;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Left Shift &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;&amp;gt;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Right Shift (Signed) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;&amp;gt;&amp;gt;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Right Shift (Unsigned) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;amp;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary AND &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ^    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary XOR (Exclusive) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    |    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary OR (Inclusive) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ~    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary NOT (Negation) &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT4 TABLE [931-1328] --&gt;
&lt;/div&gt;

&lt;h3 id=&quot;binary_left_shift&quot;&gt;Binary Left Shift&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_right_shift_signed&quot;&gt;Binary Right Shift (Signed)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_right_shift_unsigned&quot;&gt;Binary Right Shift (Unsigned)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_and&quot;&gt;Binary AND&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_xor_exclusive&quot;&gt;Binary XOR (Exclusive)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_or_inclusive&quot;&gt;Binary OR (Inclusive)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_not_negation&quot;&gt;Binary NOT (Negation)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;compound_assignment&quot;&gt;[Compound] Assignment&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit5&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt; Symbol &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    =    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Simple Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    *=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Multiplication Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    /=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Division Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    %=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Modulus (Remainder) Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    +=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Addition Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    -=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Subtraction Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;lt;&amp;lt;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Left Shift Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;&amp;gt;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Right Shift Assignment (Signed) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;&amp;gt;&amp;gt;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary Right Shift Assignment (Unsigned) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;amp;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary AND Assignment &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ^=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary XOR Assignment (Exclusive) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    |=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Binary OR Assignment (Inclusive) &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT5 TABLE [1601-2336] --&gt;
&lt;/div&gt;

&lt;h3 id=&quot;simple_assignment&quot;&gt;Simple Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;multiplication_assignment&quot;&gt;Multiplication Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;division_assignment&quot;&gt;Division Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;modulus_remainder_assignment&quot;&gt;Modulus (Remainder) Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;addition_assignment&quot;&gt;Addition Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;subtraction_assignment&quot;&gt;Subtraction Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_left_shift_assignment&quot;&gt;Binary Left Shift Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_right_shift_assignment_signed&quot;&gt;Binary Right Shift Assignment (Signed)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_right_shift_assignment_unsigned&quot;&gt;Binary Right Shift Assignment (Unsigned)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_and_assignment&quot;&gt;Binary AND Assignment&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_xor_assignment_exclusive&quot;&gt;Binary XOR Assignment (Exclusive)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;binary_or_assignment_inclusive&quot;&gt;Binary OR Assignment (Inclusive)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;logical&quot;&gt;Logical&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit6&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot;&gt;    Symbol    &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt;Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;lt;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Less-than &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Greater-than &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;lt;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Less-than-or-equal &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;gt;=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Greater-than-or-equal &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ==    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Equals &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    !=    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Does-not-equals &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ===    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Strict Equals &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    !==    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Strict Does-not-equals &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    &amp;amp;&amp;amp;    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Logical AND &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ||    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Logical OR (Inclusive) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    !    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Logical NOT (Negation) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ?:    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Conditional (Ternary) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row13&quot;&gt;
		&lt;td class=&quot;col0 centeralign&quot;&gt;    ,    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt;Comma &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT6 TABLE [2832-3472] --&gt;
&lt;/div&gt;

&lt;h3 id=&quot;less-than&quot;&gt;Less-than&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;greater-than&quot;&gt;Greater-than&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;less-than-or-equal&quot;&gt;Less-than-or-equal&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;greater-than-or-equal&quot;&gt;Greater-than-or-equal&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;equals&quot;&gt;Equals&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;does-not-equals&quot;&gt;Does-not-equals&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;strict_equals&quot;&gt;Strict Equals&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;strict_does-not-equals&quot;&gt;Strict Does-not-equals&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;logical_and&quot;&gt;Logical AND&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;logical_or_inclusive&quot;&gt;Logical OR (Inclusive)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;logical_not_negation&quot;&gt;Logical NOT (Negation)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;conditional_ternary&quot;&gt;Conditional (Ternary)&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;comma&quot;&gt;Comma&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;hr /&gt;

&lt;/div&gt;

&lt;h2 id=&quot;special&quot;&gt;Special&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit7&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt;Keyword &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; function&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; in&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; instanceof&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; new&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; delete&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; this&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; typeof&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT7 TABLE [3853-3930] --&gt;
&lt;/div&gt;

&lt;h3 id=&quot;function&quot;&gt;function&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;in&quot;&gt;in&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;instanceof&quot;&gt;instanceof&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;new&quot;&gt;new&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;delete&quot;&gt;delete&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;this&quot;&gt;this&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h3 id=&quot;typeof&quot;&gt;typeof&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
