Translations:Kdevelop4/Manual/Meet KDevelop/9/uk: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Input|<syntaxhighlight lang="cpp">
<!--}}-->{{Input|<syntaxhighlight lang="cpp">
double foo ()
double foo ()
{
{
   double var = my_func();
   double var = my_func();
   return var * var;
   return var * var;
}<!--}}-->
}

Revision as of 20:32, 18 May 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kdevelop4/Manual/Meet KDevelop)
<!--}}-->{{Input|<syntaxhighlight lang="cpp">
double foo ()
{
  double var = my_func();
  return var * var;
}

{{Input|<syntaxhighlight lang="cpp"> double foo () {

 double var = my_func();
 return var * var;

}