pop
{% json items %}[1, 2, 3, 4, 5]{% endjson %}
{% pop items as last_item %}
{% log last_item %}
{% comment %} Output: 5 {% endcomment %}
{% log items %}
{% comment %} Output: [1, 2, 3, 4] {% endcomment %}Syntax
{% pop array_name as variable_name %}Parameters
Parameter
Required
Description
Behavior
Examples
Related Tags
Tag
Description
Notes
Last updated