7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
#name : if
|
|
# --
|
|
if (${1:s} == ${2:undefined}) {
|
|
$0
|
|
}
|
|
|