Logic Null
Tato sekce je dostupná pouze v angličtině.“Null” is a spacial value representing an empty set or an empty value. It 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 a catastrophic failure of processed code!
XML representation of the logic_null block
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="logic_null"/>
</xml>

“null” Block

Example of “null” block use
In the example, block null is used on the row “do in dictionary item” and it sets value null to the key “admin”.

Result of “null” block use