5 lines
80 B
Text
5 lines
80 B
Text
|
# name: for ... in ... : ...
|
||
|
# key: for
|
||
|
# --
|
||
|
for ${var} in ${collection}:
|
||
|
$0
|