5 lines
80 B
Plaintext

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