4 lines
47 B
Plaintext
Executable File
4 lines
47 B
Plaintext
Executable File
if (${1:/* condition */}) {
|
|
${2:// code...}
|
|
}
|