Translations:Kdevelop4/Manual/Meet KDevelop/9/uk: Difference between revisions
Appearance
Created page with "{{Input|<syntaxhighlight lang="cpp">
double foo ()
{
double var = my_func();
return var * var;
}" |
m moved Translations:Kdevelop4/Manual/What is KDevelop?/9/uk to Translations:Kdevelop4/Manual/Meet KDevelop/9/uk: Part of translatable page Translations:Kdevelop4/Manual/Meet KDevelop/9/uk. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Input|<syntaxhighlight lang="cpp"> | <!--}}-->{{Input|<syntaxhighlight lang="cpp"> | ||
double foo () | double foo () | ||
{ | { |
Latest revision as of 18:14, 3 June 2011
{{Input|<syntaxhighlight lang="cpp"> double foo () {
double var = my_func(); return var * var;
}