2016-10-20 10:27:10 +02:00

8 lines
88 B
Plaintext

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