Translations:Development/43/zh

From DDraceNetwork
Revision as of 03:59, 30 July 2023 by Darkh (talk | contribs) (Created page with "<syntaxhighlight lang="cpp"> while(x == y) { Something(); SomethingElse(); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="cpp"> while(x == y) {

   Something();
   SomethingElse();

}