forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/perl-mode/xwhile

3 lines
64 B
Plaintext

#name : ... while ...
# --
${1:expression} while ${2:condition};