2008-03-06 13:46:17 +00:00

7 lines
77 B
Plaintext

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