Translations:Kdevelop4/Manual/Meet KDevelop/10/zh-cn: 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 13:25, 10 February 2012

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>}}