8 lines
97 B
Plaintext

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