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

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

Latest revision as of 10:06, 7 April 2020

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>