Logmanager dokumentace
Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Zpět na domovskou stránku

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!

Block XML representation

XML representation of the logic_null block

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="logic_null"/>
</xml>

Example of visual representation

"null" Block

“null” Block

Example of block usage

Example of "null" block use

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”.

Processing result

Result of "null" block use

Result of “null” block use