2016-02-18 14:53:30 +01:00

8 lines
88 B
Plaintext

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