Translations:Development/43/ru

From DDraceNetwork
Revision as of 22:53, 7 June 2023 by Sedonya (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();

}