Translations:Development/43/fr

From DDraceNetwork
Revision as of 16:12, 4 May 2024 by Nawretard (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();

}