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