Closed ikskuh closed 4 years ago
for(i in Range(1, 100)) { Print("Round ", i); }
Compiles without diagnostic messages, but fails to execute anything afterwards...
Seemes to be a non-problem after all?
Compiles without diagnostic messages, but fails to execute anything afterwards...