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