5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: if guard
|
|
# key: ifg
|
|
# --
|
|
$0 if ${1:condition}; |