Script Hierarchy
{% for i in hamburgerHistory %}
>>
{{ i.name|e }}
{% endfor %}
>>
{{ hamburgerCurrent|e }}
Help
{# blocks content #} {% for i in blocks %}
{% if i[4] != '{}' %}
{% endif %} {% for pin in pinDecoder(i[5]) %}
{% endfor %} {% for pout in pinDecoder(i[6]) %}
{% endfor %} {% for bin in pinDecoder(i[7]) %}
{% endfor %} {% for bout in pinDecoder(i[8]) %}
{% endfor %} {% if i[13] != -1 %}
{{ i[2]|e }}
{% else %}
{{ i[2]|e }}
{% endif %}
{{ i[3]|e }}
{% endfor %} {# cells content #} {% for i in cells %}
{% endfor %}
{# links content #} {% for i in links %} {% if i[1] == -2 %}
{% elif i[1] == -1 %}
{% else %}
{{ i[1] }}
{% endif %} {% endfor %}
Properties of
Close