All translations

Enter a message name below to show all available translations.

Message

Found 4 translations.

NameCurrent 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();
}