2016-02-18 14:53:30 +01:00

6 lines
108 B
Plaintext

# name: for ... in ... : ...
# key: for
# group : control structure
# --
for ${var} in ${collection}:
$0