yasnippet-snippets/snippets/perl-mode/xif
2017-08-13 12:16:55 +01:00

4 lines
68 B
Plaintext

# name: ... if ...
# key: xif
# --
${1:expression} if ${2:condition}