Translations:KDevelop5/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 </nowiki>}}<!--{-->")
 
No edit summary
 
Line 2: Line 2:
{
{
   Car my_ride;
   Car my_ride;
   // ...якісь дії з цією змінною...
   // ...do something with this variable...
   std::string color = my_ride.ge
   std::string color = my_ride.ge
</nowiki>}}<!--{-->
</syntaxhighlight><!--{-->

Latest revision as of 12:37, 4 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/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;
 // ...do something with this variable...
 std::string color = my_ride.ge

</syntaxhighlight>