Jump to content

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

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "void foo() { Car my_ride; // ...якісь дії з цією змінною... std::string color = my_ride.ge </nowiki>}}<!--{-->"
(No difference)

Revision as of 08:34, 22 March 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;
 // ...якісь дії з цією змінною...
 std::string color = my_ride.ge

</nowiki>}}