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