7 lines
61 B
Plaintext
7 lines
61 B
Plaintext
#name : if
|
|
# --
|
|
if (${1:result} ${2:!=} ${3:null}) {
|
|
$0
|
|
}
|
|
|