mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
if ("a") {
|
|
if ("b")
|
|
return "c";
|
|
else
|
|
return "d";
|
|
}
|
|
else
|
|
"e";
|
|
"f";
|