| # -*- mode: snippet -*- | |
| # name: upto(...) { |n| ... } | |
| # key: upt | |
| # group : control structure | |
| # -- | |
| upto(${n}) { |${i}| | |
|   $0 | |
| } |