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

8 lines
88 B
Plaintext

#name : if (...) { ... } else { ... }
# key: ife
# --
if ($1) {
$2
} else {
$3
}