Translations:Kdevelop5/Manual/Meet KDevelop/11/de: Difference between revisions

From KDE UserBase Wiki
(Created page with "double bar () { double var = my_func(); return var * var * var; } </syntaxhighlight>}}<!--{{-->")
 
(No difference)

Latest revision as of 07:23, 27 August 2017

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 (Kdevelop5/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>}}