4 lines
47 B
Text
4 lines
47 B
Text
|
if (${1:/* condition */}) {
|
||
|
${2:/* code */}
|
||
|
}
|