Logic Null
Null is a spacial value representing empty set or empty value. May be returned by other blocks.
Null value can be tested only for equality and non equality. Not respecting this and testing None for example for greatness than any other value may result in catastrophic failure of processed code!
XML representation of logic_null block
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_null"/>
</xml>
In the example block null is used on the row “do in dictionary item” and it sets value null to the key “admin”.