6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
if ${1:condition}
|
||
|
${2:/* code */}
|
||
|
else
|
||
|
${1}
|
||
|
end
|