emacs/snippets/raku-mode/unless-guard

5 lines
86 B
Plaintext

# -*- mode: snippet -*-
# name: unless guard
# key: ung
# --
$0 unless ${1:condition};