2008-03-10 12:26:15 +00:00

7 lines
77 B
Plaintext

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