Jump to content

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

From KDE UserBase Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 4: Line 4:
   return var * var * var;
   return var * var * var;
}
}
</syntaxhighlight>}}<!--{{-->
</syntaxhighlight><!--{{-->

Latest revision as of 08:37, 2 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>