6 lines
70 B
Plaintext
Raw Normal View History

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