5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
if (ok) {
|
|
res = "ok"
|
|
} else {
|
|
res = "failed"
|
|
} |