Files
Diagon/test/Flowchart/whileloop-return/input
T
2022-12-10 14:41:12 +01:00

8 lines
79 B
Plaintext

while("arthur") {
"chocolat 1";
"chocolat 2";
return "coucou";
}
"else"