emacs/snippets/raku-mode/whileguard

5 lines
82 B
Plaintext

# -*- mode: snippet -*-
# name: whileg
# key: whileg
# --
$0 while ${1:condition};