6 lines
58 B
Plaintext
Raw Normal View History

# name: if (...) { ... }
# key: if
# --
if ($1) {
$0
}