All translations
Enter a message name below to show all available translations.
Found 4 translations.
Name | Current message text |
---|---|
h English (en) | <syntaxhighlight lang="cpp"> while(x == y) { Something(); SomethingElse(); } |
h French (fr) | <syntaxhighlight lang="cpp"> while(x == y) { Something(); SomethingElse(); } |
h Russian (ru) | <syntaxhighlight lang="cpp"> while(x == y) { Something(); SomethingElse(); } |
h Chinese (zh) | <syntaxhighlight lang="cpp"> while(x == y) { Something(); SomethingElse(); } |