7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
#name : function
|
|
# --
|
|
function ${1:test}(${2:pValue}) {
|
|
$0
|
|
}
|
|
|