Translations:KDevelop4/Manual/Working with source code/169/uk: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
!!FUZZY!!void foo()  
void foo()  
{
{
   Car my_ride;
   Car my_ride;

Latest revision as of 16:00, 30 May 2011

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/Working with source code)
void foo() 
{
  Car my_ride;
  // ...do something with this variable...
  std::string color = my_ride.ge
</syntaxhighlight>}}<!--{-->

void foo() {

 Car my_ride;
 // ...якісь дії з цією змінною...
 std::string color = my_ride.ge

</syntaxhighlight>}}