2011-11-03 20:18:57 +00:00

6 lines
58 B
Plaintext

#name : if (...) { ... }
# key: if
# --
if ($1) {
$0
}