system-manager-wakasu
1# -*- mode: snippet -*-
2# name: for ... { ... }
3# --
4for $1 {
5	`%`$0
6}