9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: process
|
|
# key: process
|
|
# --
|
|
${1:Name}: process(${2:Sensitivity List})
|
|
begin
|
|
$0
|
|
end process $1;
|