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

From KDE UserBase Wiki
(Created page with "void foo() { Car my_ride; // ...якісь дії з цією змінною... std::string color = my_ride.ge </syntaxhighlight>}}<!--{{-->")
 
No edit summary
Line 1: Line 1:
void foo()  
!!FUZZY!!void foo()  
{
{
   Car my_ride;
   Car my_ride;
   // ...якісь дії з цією змінною...
   // ...якісь дії з цією змінною...
   std::string color = my_ride.ge
   std::string color = my_ride.ge
</syntaxhighlight>}}<!--{{-->
</syntaxhighlight>}}<!--{-->

Revision as of 15:59, 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>}}<!--{-->

!!FUZZY!!void foo() {

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

</syntaxhighlight>}}