5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: processx
|
||
|
# key: px
|
||
|
# --
|
||
|
process(${1:x}) = ${2:expression}($1);
|