emacs/snippets/raku-mode/untilguard

5 lines
82 B
Plaintext

# -*- mode: snippet -*-
# name: untilg
# key: untilg
# --
$0 until ${1:condition};