Last active
July 16, 2018 20:50
-
-
Save smetj/61cde3020c10c925501c49033f525a82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set a = ["x"] %} | |
{% for item in a %} | |
{{ a.append("x") }} | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment