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

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

Latest revision as of 10:05, 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)
<!--}}--><syntaxhighlight lang="cpp" line>
double foo ()
{
  double var = my_func();
  return var * var;
}

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

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

}