Variable get
This block is used to access created variable by user. In case of access to non existent variable name returns None and generates warning to be fixed.
XML representation of variables_get block
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="variables_get">
<field name="VAR">var_name</field>
</block>
</xml>