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

From KDE UserBase Wiki
(Created page with "<!--{{-->double bar () { double var = my_func(); return var * var * var; } </syntaxhighlight>}}")
 
m (moved Translations:Kdevelop4/Manual/What is KDevelop?/10/uk to Translations:Kdevelop4/Manual/Meet KDevelop/10/uk: Part of translatable page Translations:Kdevelop4/Manual/Meet KDevelop/10/uk.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<!--{{-->double bar ()
double bar ()
{
{
   double var = my_func();
   double var = my_func();
   return var * var * var;
   return var * var * var;
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}<!--{{-->

Latest revision as of 18:14, 3 June 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)
double bar ()
{
  double var = my_func();
  return var * var * var;
}
</syntaxhighlight>}}<!--{{-->

double bar () {

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

} </syntaxhighlight>}}